Skip to content

Commit

Permalink
Fixes #7781
Browse files Browse the repository at this point in the history
  • Loading branch information
danoli3 committed Feb 10, 2024
1 parent 1534165 commit 74ac43b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/openFrameworks/app/ofAppNoWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ ofAppNoWindow::ofAppNoWindow()
:coreEvents(new ofCoreEvents)
,currentRenderer(new ofNoopRenderer){
ofAppPtr = nullptr;
ofInit();
width = 0;
height = 0;
}
Expand Down

0 comments on commit 74ac43b

Please sign in to comment.