mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-03-22 15:05:03 +01:00
dynamically assigned render lights
This commit is contained in:
3
EU07.cpp
3
EU07.cpp
@@ -718,6 +718,9 @@ int WINAPI WinMain(HINSTANCE hInstance, // instance
|
||||
fullscreen))
|
||||
return 0; // quit if window was not created
|
||||
SetForegroundWindow(hWnd);
|
||||
|
||||
GfxRenderer.Init();
|
||||
|
||||
// McZapkie: proba przeplukania klawiatury
|
||||
Console *pConsole = new Console(); // Ra: nie wiem, czy ma to sens, ale jakoś zainicjowac trzeba
|
||||
while (Console::Pressed(VK_F10))
|
||||
|
||||
Reference in New Issue
Block a user