Fix compiler warnings

This commit is contained in:
Emil Axelsson
2018-08-31 14:30:35 +02:00
parent 9f1c4e847d
commit 518b43db02
10 changed files with 11 additions and 48 deletions
-1
View File
@@ -46,7 +46,6 @@ namespace {
constexpr const char* configurationFile = "imgui.ini";
constexpr const char* GuiFont = "${FONTS}/arimo/Arimo-Regular.ttf";
constexpr const float FontSize = 14.f;
const glm::vec2 Size = { 500.f, 500.f };
char* iniFileBuffer = nullptr;