mirror of
https://github.com/raysan5/raylib.git
synced 2025-11-13 22:08:48 +00:00
Formatting review and examples review
This commit is contained in:
@@ -51,7 +51,7 @@ int main(void)
|
||||
|
||||
if (IsKeyPressed(KEY_SPACE)) angleMode = !angleMode;
|
||||
|
||||
if(angleMode == 0 && IsMouseButtonDown(MOUSE_BUTTON_RIGHT)) v1 = GetMousePosition();
|
||||
if ((angleMode == 0) && IsMouseButtonDown(MOUSE_BUTTON_RIGHT)) v1 = GetMousePosition();
|
||||
|
||||
if (angleMode == 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user