From 695ec806356480c80ad013aa8db2966f1acf15ec Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Wed, 14 May 2025 22:26:57 -0400 Subject: [PATCH] Fix undefined variable error --- apps/mapeditor/src/mapview.cpp | 2 -- extern/libphysis | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/apps/mapeditor/src/mapview.cpp b/apps/mapeditor/src/mapview.cpp index e9063a5..b549052 100644 --- a/apps/mapeditor/src/mapview.cpp +++ b/apps/mapeditor/src/mapview.cpp @@ -80,8 +80,6 @@ MapView::MapView(GameData *data, FileCache &cache, AppState *appState, QWidget * QString::fromStdString(assetPath), materials, 0); - - numLoadedBgModels++; } } } break; diff --git a/extern/libphysis b/extern/libphysis index 5946c31..5a1cf87 160000 --- a/extern/libphysis +++ b/extern/libphysis @@ -1 +1 @@ -Subproject commit 5946c315e39f6909b71787bc344ba0d879479d73 +Subproject commit 5a1cf87fb9a04ed8ccfbd635564eaf26654fc0a5