mikymod 11 лет назад
Родитель
Сommit
33650a1a9c
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      engine/os/win/main.cpp

+ 3 - 3
engine/os/win/main.cpp

@@ -188,19 +188,19 @@ public:
 	//-----------------------------------------------------------------------------
 	void display_modes(Array<DisplayMode>& /*modes*/)
 	{
-		#error "Implement me"
+		// #error "Implement me"
 	}
 
 	//-----------------------------------------------------------------------------
 	void set_display_mode(uint32_t /*id*/)
 	{
-		#error "Implement me"
+		// #error "Implement me"
 	}
 
 	//-----------------------------------------------------------------------------
 	void set_fullscreen(bool full)
 	{
-		#error "Implement me"
+		// #error "Implement me"
 	}
 
 	//-----------------------------------------------------------------------------