Skip to content

Commit

Permalink
UPBGE: Fix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
youle31 committed Apr 19, 2024
1 parent 7eaa2ce commit 7b9343f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2867,6 +2867,7 @@ static void legacy_gpencil_sanitize_annotations(Main &bmain)
case SPACE_TOPBAR:
case SPACE_STATUSBAR:
case SPACE_SPREADSHEET:
case SPACE_LOGIC:
break;
}
}
Expand Down
6 changes: 2 additions & 4 deletions source/gameengine/GamePlayer/GPG_ghost.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -966,11 +966,9 @@ int main(int argc,

UI_init();
}

BKE_subdiv_init();
#endif

BKE_subdiv_init();
blender::bke::subdiv::init();

ED_spacemacros_init();

Expand Down Expand Up @@ -1850,7 +1848,7 @@ int main(int argc,
COM_deinitialize();
#endif

BKE_subdiv_exit();
blender::bke::subdiv::exit();

BKE_image_free_unused_gpu_textures();

Expand Down

0 comments on commit 7b9343f

Please sign in to comment.