Fix WMO spawn presets to avoid terrain snapping

This commit is contained in:
Kelsi 2026-02-04 23:30:03 -08:00
parent ae37e5592e
commit 28a8e806e1
3 changed files with 28 additions and 18 deletions

View file

@ -92,6 +92,7 @@ private:
bool singlePlayerMode = false;
bool playerCharacterSpawned = false;
bool npcsSpawned = false;
bool spawnSnapToGround = true;
float lastFrameTime = 0.0f;
float movementHeartbeatTimer = 0.0f;