Flush before unlock

This commit is contained in:
Joshua Granick
2015-05-04 21:04:16 -07:00
parent a4772cfcee
commit 099e166bff

View File

@@ -69,7 +69,6 @@ class NativeRenderer {
if (!useHardware) {
lime_renderer_unlock (handle);
#if lime_cairo
if (cairo != null) {
@@ -77,6 +76,7 @@ class NativeRenderer {
}
#end
lime_renderer_unlock (handle);
}