REMOVED: ShowLogo()

Same functionality could be achieved using FLAGS... but also considering removing raylib logo animation...
This commit is contained in:
raysan5
2019-01-03 13:55:59 +01:00
parent d427f17210
commit 644eddda11
4 changed files with 0 additions and 9 deletions

View File

@ -35,7 +35,6 @@ int main()
const int screenHeight = 720;
// Init window
ShowLogo();
InitWindow(screenWidth, screenHeight, "Dr. Turtle & Mr. GAMERA");
// Initialize audio device

View File

@ -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