diff options
Diffstat (limited to 'src/game/GameView.cpp')
| -rw-r--r-- | src/game/GameView.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/GameView.cpp b/src/game/GameView.cpp index 8334f39..7e15e07 100644 --- a/src/game/GameView.cpp +++ b/src/game/GameView.cpp @@ -2055,6 +2055,8 @@ void GameView::OnDraw() fpsInfo.precision(2); #ifdef SNAPSHOT fpsInfo << "Snapshot " << SNAPSHOT_ID << ", "; +#elif defined(BETA) + fpsInfo << "Beta " << SAVE_VERSION << "." << MINOR_VERSION << "." << BUILD_NUM << ", "; #endif fpsInfo << "FPS: " << std::fixed << ui::Engine::Ref().GetFps(); |
