Skip to content

Commit 6756e9d

Browse files
committed
Update core_input_gestures_testbed.c
1 parent 06589d3 commit 6756e9d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/core/core_input_gestures_testbed.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ int main(void)
6969
float angleLength = 90.0f;
7070
float currentAngleDegrees = 0.0f;
7171
Vector2 finalVector = { 0.0f, 0.0f };
72-
char currentAngleStr[7] = "";
7372
Vector2 protractorPosition = { 266.0f, 315.0f };
7473

7574
SetTargetFPS(60); // Set our game to run at 60 frames-per-second

0 commit comments

Comments
 (0)