mirror of
https://github.com/raysan5/raylib.git
synced 2025-11-23 02:26:19 +00:00
REVIEWED: InitPlatform() organization and code-gardening
This commit is contained in:
@@ -491,8 +491,6 @@ void InitWindow(int width, int height, const char *title)
|
||||
|
||||
// Initialize random seed
|
||||
SetRandomSeed((unsigned int)time(NULL));
|
||||
|
||||
TRACELOG(LOG_INFO, "PLATFORM: DESKTOP: Application initialized successfully");
|
||||
}
|
||||
|
||||
// Close window and unload OpenGL context
|
||||
|
||||
Reference in New Issue
Block a user