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
|
||||
|
||||
@ -50,7 +50,6 @@ int main(void) {
|
||||
const int screenHeight = 720;
|
||||
const char windowTitle[30] = "KOALA SEASONS";
|
||||
|
||||
//ShowLogo();
|
||||
//SetConfigFlags(FLAG_FULLSCREEN_MODE);
|
||||
|
||||
// Note that windowTitle is ignored on Android
|
||||
|
||||
Reference in New Issue
Block a user