mirror of
https://github.com/redstrate/Novus.git
synced 2025-05-16 13:27:45 +00:00
Fix undefined variable error
This commit is contained in:
parent
75a094134a
commit
695ec80635
2 changed files with 1 additions and 3 deletions
|
@ -80,8 +80,6 @@ MapView::MapView(GameData *data, FileCache &cache, AppState *appState, QWidget *
|
||||||
QString::fromStdString(assetPath),
|
QString::fromStdString(assetPath),
|
||||||
materials,
|
materials,
|
||||||
0);
|
0);
|
||||||
|
|
||||||
numLoadedBgModels++;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} break;
|
} break;
|
||||||
|
|
2
extern/libphysis
vendored
2
extern/libphysis
vendored
|
@ -1 +1 @@
|
||||||
Subproject commit 5946c315e39f6909b71787bc344ba0d879479d73
|
Subproject commit 5a1cf87fb9a04ed8ccfbd635564eaf26654fc0a5
|
Loading…
Add table
Reference in a new issue