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 /src/core.c | |
| 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 'src/core.c')
| -rw-r--r-- | src/core.c | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -1461,12 +1461,6 @@ Color Fade(Color color, float alpha) return (Color){color.r, color.g, color.b, (unsigned char)(255.0f*alpha)}; } -// Activate raylib logo at startup (can be done with flags) -void ShowLogo(void) -{ - showLogo = true; -} - // Setup window configuration flags (view FLAGS) void SetConfigFlags(unsigned char flags) { |
