Skip to content

Commit 74ac43b

Browse files
committed
Fixes #7781
1 parent 1534165 commit 74ac43b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libs/openFrameworks/app/ofAppNoWindow.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,7 @@ ofAppNoWindow::ofAppNoWindow()
220220
:coreEvents(new ofCoreEvents)
221221
,currentRenderer(new ofNoopRenderer){
222222
ofAppPtr = nullptr;
223+
ofInit();
223224
width = 0;
224225
height = 0;
225226
}

0 commit comments

Comments
 (0)