mirror of
https://github.com/raysan5/raylib.git
synced 2026-01-30 10:49:18 -05:00
Refactoring {0} to { 0 } to follow conventions (#5519)
Co-authored-by: maiconpintoabreu <maicon@thinkpad02.exads.com>
This commit is contained in:
@ -49,8 +49,8 @@ int main(void)
|
||||
bool showPercentages = false;
|
||||
bool showDonut = false;
|
||||
int hoveredSlice = -1;
|
||||
Rectangle scrollPanelBounds = {0};
|
||||
Vector2 scrollContentOffset = {0};
|
||||
Rectangle scrollPanelBounds = { 0 };
|
||||
Vector2 scrollContentOffset = { 0 };
|
||||
Rectangle view = { 0 };
|
||||
|
||||
// UI layout parameters
|
||||
|
||||
Reference in New Issue
Block a user