jetzt kaputt

main
Jan 3 years ago
parent 2b3a7e33a3
commit 147b03e2df

@ -15,7 +15,7 @@ void DrawRect(Vector2 rectStart, Vector2 *mousePosition){
rectStart = GetRectangle(rectStart); rectStart = GetRectangle(rectStart);
DrawRectangleLines(rectStart.x, rectStart.y, width, height, GREEN); DrawRectangleLines(rectStart.x, rectStart.y, abs(width), abs(height), GREEN);
} }
Vector2 GetRectangle(Vector2 rectStart){ Vector2 GetRectangle(Vector2 rectStart){

Loading…
Cancel
Save