mirror of
https://github.com/raysan5/raylib.git
synced 2026-01-30 02:39:17 -05:00
Replace tabs with spaces and update year of copyright notices (#927)
* Update year of copyright notices
* Fix mistake in comment
* Fix typo ("algorythms")
* Replace tabs with spaces
* Remove trailing whitespace and fix mistake in comment
* Fix ExportImageAsCode missing comment rectangle corner
* Replace tab with spaces
* Replace tabs with spaces
This commit is contained in:
@ -70,7 +70,7 @@ int main(void)
|
||||
fontMission = LoadFontEx("resources/fonts/traveling_typewriter.ttf", 64, 0, 250);
|
||||
texButton = LoadTexture("resources/textures/title_ribbon.png");
|
||||
|
||||
// UI BUTTON
|
||||
// UI BUTTON
|
||||
recButton.width = texButton.width;
|
||||
recButton.height = texButton.height;
|
||||
recButton.x = screenWidth - recButton.width;
|
||||
@ -121,7 +121,7 @@ int main(void)
|
||||
|
||||
UnloadFont(fontMission);
|
||||
UnloadTexture(texButton);
|
||||
|
||||
|
||||
CloseAudioDevice(); // Close audio context
|
||||
|
||||
CloseWindow(); // Close window and OpenGL context
|
||||
@ -438,7 +438,7 @@ bool IsButtonPressed()
|
||||
}
|
||||
}
|
||||
else fadeButton = 0.80f;
|
||||
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user