Corrected bugs...
Set default raylib to use OpenGL 1.1 (compatibility issues on ATI cards)
This commit is contained in:
parent
ecb3c47704
commit
56a7979750
6 changed files with 26 additions and 15 deletions
|
@ -882,7 +882,7 @@ static void LogoAnimation()
|
|||
|
||||
DrawRectangle(windowWidth/2 - 112, windowHeight/2 - 112, 224, 224, Fade(RAYWHITE, alpha));
|
||||
|
||||
DrawText(raylib, 356, 273, 50, Fade(BLACK, alpha));
|
||||
DrawText(raylib, windowWidth/2 - 44, windowHeight/2 + 48, 50, Fade(BLACK, alpha));
|
||||
}
|
||||
|
||||
EndDrawing();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue