diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2023-06-28 00:50:47 +1000 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2023-06-28 00:50:47 +1000 |
commit | efa38723961fb8003577c6589fc2b7032195235c (patch) | |
tree | ad7f8318872b91f23a47fe3e34124a5a0525ab7c /source/frontend/StarMainInterface.cpp | |
parent | 152af876550ec63bac9d7aa27b1994268c80f878 (diff) |
Don't do spatial logging on the server
Diffstat (limited to 'source/frontend/StarMainInterface.cpp')
-rw-r--r-- | source/frontend/StarMainInterface.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source/frontend/StarMainInterface.cpp b/source/frontend/StarMainInterface.cpp index 9d3c3a5..eb13a35 100644 --- a/source/frontend/StarMainInterface.cpp +++ b/source/frontend/StarMainInterface.cpp @@ -814,11 +814,10 @@ void MainInterface::render() { renderMonsterHealthBar(); renderSpecialDamageBar(); renderMainBar(); + renderDebug(); renderWindows(); renderCursor(); - - renderDebug(); } Vec2F MainInterface::cursorWorldPosition() const { |