Skip to content

Commit

Permalink
🐛 Fixed build
Browse files Browse the repository at this point in the history
  • Loading branch information
AnotherFoxGuy committed May 23, 2023
1 parent 28044ff commit 7f0a5b2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 3 additions & 1 deletion source/main/gfx/hydrax/ProjectedGrid.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
This source file is part of Hydrax.
Visit ---
Copyright (C) 2008 Xavier Verguín González <[email protected]>
Copyright (C) 2008 Xavier Vergu�n Gonz�lez <[email protected]>
<[email protected]>
This program is free software; you can redistribute it and/or modify it under
Expand All @@ -28,6 +28,8 @@ and Ren Cheng Ogre3D implementation:
--------------------------------------------------------------------------------
*/

#include "Actor.h"
#include "RefCountingObjectPtr.h"
#include "GfxScene.h"

#include <ProjectedGrid.h>
Expand Down
4 changes: 4 additions & 0 deletions source/main/gui/panels/GUI_GameAbout.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ void GameAbout::Draw()
ImGui::SameLine();
ImGui::Text("%s, %s", ROR_BUILD_DATE, ROR_BUILD_TIME);

ImGui::TextDisabled("%s: ", _LC("About", "Build with OGRE version"));
ImGui::SameLine();
ImGui::Text("%i.%i.%i (%s)", OGRE_VERSION_NAME, OGRE_VERSION_MAJOR, OGRE_VERSION_MINOR, OGRE_VERSION_PATCH);

ImGui::Separator();

ImGui::TextColored(theme.value_blue_text_color, "%s:", _LC("About", "Authors"));
Expand Down

0 comments on commit 7f0a5b2

Please sign in to comment.