mirror of
https://github.com/celisej567/mcpe.git
synced 2026-01-05 18:10:09 +03:00
Fix sky rendering.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user