mirror of
https://github.com/glest/glest-source.git
synced 2025-09-28 00:19:00 +02:00
- some bug fixes based on coverity scan
This commit is contained in:
@@ -656,10 +656,6 @@ void Window::handleMouseWheel(SDL_Event event) {
|
||||
// // movement is 120.
|
||||
eventMouseWheel(x, y, event.wheel.y * 120);
|
||||
return;
|
||||
|
||||
if (SystemFlags::getSystemSettingType(SystemFlags::debugSystem).enabled)
|
||||
SystemFlags::OutputDebug(SystemFlags::debugSystem,"In [%s::%s Line: %d]\n",extractFileFromDirectoryPath(__FILE__).c_str(),__FUNCTION__,__LINE__);
|
||||
|
||||
}
|
||||
|
||||
void Window::handleMouseDown(SDL_Event event) {
|
||||
|
Reference in New Issue
Block a user