mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
No need for "LOGO_RECS_SIDE" maybe an artifact? (#1236)
Game will not compile with those four lines of code.
This commit is contained in:
@ -64,11 +64,6 @@ void InitLogoScreen(void)
|
|||||||
logoPositionX = GetScreenWidth()/2 - 128;
|
logoPositionX = GetScreenWidth()/2 - 128;
|
||||||
logoPositionY = GetScreenHeight()/2 - 128;
|
logoPositionY = GetScreenHeight()/2 - 128;
|
||||||
|
|
||||||
topSideRecWidth = LOGO_RECS_SIDE;
|
|
||||||
leftSideRecHeight = LOGO_RECS_SIDE;
|
|
||||||
bottomSideRecWidth = LOGO_RECS_SIDE;
|
|
||||||
rightSideRecHeight = LOGO_RECS_SIDE;
|
|
||||||
|
|
||||||
for (int i = 0; i < 8; i++) raylib[i] = '\0';
|
for (int i = 0; i < 8; i++) raylib[i] = '\0';
|
||||||
|
|
||||||
state = 0;
|
state = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user