mirror of
https://github.com/raysan5/raylib.git
synced 2026-04-27 09:07:25 -04:00
MSVC warnings (#5595)
This commit is contained in:
@ -160,7 +160,7 @@ int main(void)
|
||||
|
||||
// Draw inner circle to create donut effect
|
||||
// TODO: This is a hacky solution, better use DrawRing()
|
||||
if (showDonut) DrawCircle(center.x, center.y, donutInnerRadius, RAYWHITE);
|
||||
if (showDonut) DrawCircleV(center, donutInnerRadius, RAYWHITE);
|
||||
|
||||
startAngle += sweepAngle;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user