From 85d253b094555b969dccffe7d34345b0969c59df Mon Sep 17 00:00:00 2001 From: Piotr Dziwinski Date: Sun, 30 Sep 2012 11:26:59 +0200 Subject: Fixed bugs in texture coloring --- src/app/app.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/app/app.cpp') diff --git a/src/app/app.cpp b/src/app/app.cpp index 02da897..187219e 100644 --- a/src/app/app.cpp +++ b/src/app/app.cpp @@ -873,14 +873,14 @@ Event CApplication::ProcessSystemEvent() { event.type = EVENT_QUIT; } - else if (m_private->currentEvent.type == SDL_VIDEORESIZE) + /*else if (m_private->currentEvent.type == SDL_VIDEORESIZE) { Gfx::GLDeviceConfig newConfig = m_deviceConfig; newConfig.size.x = m_private->currentEvent.resize.w; newConfig.size.y = m_private->currentEvent.resize.h; if (newConfig.size != m_deviceConfig.size) ChangeVideoConfig(newConfig); - } + }*/ else if ( (m_private->currentEvent.type == SDL_KEYDOWN) || (m_private->currentEvent.type == SDL_KEYUP) ) { -- cgit v1.2.3-1-g7c22