mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-06 06:13:10 +00:00
Update core_input_gestures_testbed.c
This commit is contained in:
parent
06589d3350
commit
6756e9d3d7
@ -69,7 +69,6 @@ int main(void)
|
|||||||
float angleLength = 90.0f;
|
float angleLength = 90.0f;
|
||||||
float currentAngleDegrees = 0.0f;
|
float currentAngleDegrees = 0.0f;
|
||||||
Vector2 finalVector = { 0.0f, 0.0f };
|
Vector2 finalVector = { 0.0f, 0.0f };
|
||||||
char currentAngleStr[7] = "";
|
|
||||||
Vector2 protractorPosition = { 266.0f, 315.0f };
|
Vector2 protractorPosition = { 266.0f, 315.0f };
|
||||||
|
|
||||||
SetTargetFPS(60); // Set our game to run at 60 frames-per-second
|
SetTargetFPS(60); // Set our game to run at 60 frames-per-second
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user