We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06589d3 commit 6756e9dCopy full SHA for 6756e9d
examples/core/core_input_gestures_testbed.c
@@ -69,7 +69,6 @@ int main(void)
69
float angleLength = 90.0f;
70
float currentAngleDegrees = 0.0f;
71
Vector2 finalVector = { 0.0f, 0.0f };
72
- char currentAngleStr[7] = "";
73
Vector2 protractorPosition = { 266.0f, 315.0f };
74
75
SetTargetFPS(60); // Set our game to run at 60 frames-per-second
0 commit comments