Daniele Bartolini 9 лет назад
Родитель
Сommit
958e435509
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      src/device/device.cpp

+ 2 - 1
src/device/device.cpp

@@ -253,7 +253,8 @@ bool Device::process_events(s16& mouse_x, s16& mouse_y, s16& mouse_last_x, s16&
 
 	while(next_event(event))
 	{
-		if (event.type == OsEvent::NONE) continue;
+		if (event.type == OsEvent::NONE)
+			continue;
 
 		switch (event.type)
 		{