X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=flow.cpp;h=512bdaf12e3ff283b07af22ffd40645ae0cebd5b;hb=21043ad8170a7bd750080badbcb2763352fd6243;hp=4b69c092555d5f6090425798ee06554f44fe0102;hpb=632cf18d06090795ea725117b4c48bd230dda72f;p=nageru diff --git a/flow.cpp b/flow.cpp index 4b69c09..512bdaf 100644 --- a/flow.cpp +++ b/flow.cpp @@ -1547,6 +1547,7 @@ GLuint Interpolate::exec(GLuint tex0, GLuint tex1, GLuint forward_flow_tex, GLui ScopedTimer timer("Blend", &total_timer); blend.exec(tex0, tex1, flow_tex, output_tex, width, height, alpha); } + pool.release_texture(flow_tex); total_timer.end(); timers.print();