diff options
Diffstat (limited to 'samplecode/SampleApp.cpp')
| -rw-r--r-- | samplecode/SampleApp.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/samplecode/SampleApp.cpp b/samplecode/SampleApp.cpp index 1b766b021b..c1905270af 100644 --- a/samplecode/SampleApp.cpp +++ b/samplecode/SampleApp.cpp @@ -299,6 +299,9 @@ public: bm.alphaType()), bm.getPixels(), bm.rowBytes()); + + // extra flush call, until Brian can figure out what's going on. + fCurContext->flush(); } } #endif |
