diff options
Diffstat (limited to 'liveengine/src/testApp.cpp')
| -rwxr-xr-x | liveengine/src/testApp.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/liveengine/src/testApp.cpp b/liveengine/src/testApp.cpp index 52a9cc3..4935803 100755 --- a/liveengine/src/testApp.cpp +++ b/liveengine/src/testApp.cpp @@ -61,7 +61,9 @@ void testApp::setup(){ */ ofSetFrameRate(60); rotate=0; - scale=1.0f;
+ scale=1.0f; + + prevWin.setup();
} void testApp::makeColours() { |
