diff options
| author | raysan5 <[email protected]> | 2019-01-03 13:55:59 +0100 |
|---|---|---|
| committer | raysan5 <[email protected]> | 2019-01-03 13:55:59 +0100 |
| commit | 644eddda11acefe38329cd8fea5b25c1a63ef778 (patch) | |
| tree | ee9d6423b8f605574fa6cd019b19a7e0e38a8ac0 /games | |
| parent | d427f17210170b4ae0f185208db504264056d3c1 (diff) | |
| download | raylib-644eddda11acefe38329cd8fea5b25c1a63ef778.tar.gz raylib-644eddda11acefe38329cd8fea5b25c1a63ef778.zip | |
REMOVED: ShowLogo()
Same functionality could be achieved using FLAGS... but also considering removing raylib logo animation...
Diffstat (limited to 'games')
| -rw-r--r-- | games/drturtle/06_drturtle_final.c | 1 | ||||
| -rw-r--r-- | games/koala_seasons/koala_seasons.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/games/drturtle/06_drturtle_final.c b/games/drturtle/06_drturtle_final.c index a74d4f7e..15dcf09c 100644 --- a/games/drturtle/06_drturtle_final.c +++ b/games/drturtle/06_drturtle_final.c @@ -35,7 +35,6 @@ int main() const int screenHeight = 720; // Init window - ShowLogo(); InitWindow(screenWidth, screenHeight, "Dr. Turtle & Mr. GAMERA"); // Initialize audio device diff --git a/games/koala_seasons/koala_seasons.c b/games/koala_seasons/koala_seasons.c index 479fab85..214fda4c 100644 --- a/games/koala_seasons/koala_seasons.c +++ b/games/koala_seasons/koala_seasons.c @@ -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 |
