Skip to content

Commit de0db51

Browse files
committed
Fix vphysics2
1 parent 392093b commit de0db51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/appframework.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ std::vector<AppSystemInfo> g_appSystems{
6565
{ false, "scenesystem", SCENEUTILS_INTERFACE_VERSION },
6666
{ false, "soundsystem", SOUNDOPSYSTEMEDIT_INTERFACE_VERSION },
6767
{ false, "steamaudio", STEAMAUDIO_INTERFACE_VERSION, false },
68-
{ false, "vphysics2", VPHYSICS2HANDLE_INTERFACE_VERSION },
68+
{ false, "vphysics2", VPHYSICS2_INTERFACE_VERSION },
6969
{ false, "worldrenderer", WORLD_RENDERER_MGR_INTERFACE_VERSION },
7070
{ false, "assetsystem", ASSETSYSTEM_INTERFACE_VERSION, false },
7171
{ false, "assetpreview", ASSETPREVIEWSYSTEM_INTERFACE_VERSION, false },

0 commit comments

Comments
 (0)