mirror of
https://github.com/raysan5/raylib.git
synced 2026-01-30 18:59:18 -05:00
REMOVED: ShowLogo()
Same functionality could be achieved using FLAGS... but also considering removing raylib logo animation...
This commit is contained in:
@ -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