mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
REMOVED: ShowLogo()
Same functionality could be achieved using FLAGS... but also considering removing raylib logo animation...
This commit is contained in:
@ -35,7 +35,6 @@ int main()
|
||||
const int screenHeight = 720;
|
||||
|
||||
// Init window
|
||||
ShowLogo();
|
||||
InitWindow(screenWidth, screenHeight, "Dr. Turtle & Mr. GAMERA");
|
||||
|
||||
// Initialize audio device
|
||||
|
||||
Reference in New Issue
Block a user