Fix sky rendering.

This commit is contained in:
iProgramInCpp
2023-07-31 22:25:58 +03:00
parent 16bfb1359e
commit 65406ef97e
5 changed files with 19 additions and 31 deletions

View File

@@ -180,16 +180,6 @@ LRESULT CALLBACK WndProc(HWND hWnd, UINT iMsg, WPARAM wParam, LPARAM lParam)
int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPTSTR lpCmdLine, int nCmdShow)
{
Random random;
random.setSeed(123456);
for (int i = 0; i < 256; i++)
{
LogMsg("%d: %d", i, random.nextInt(256 - i) + i);
}
SetInstance(hInstance);
g_AppPlatform.initConsts();