mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-13 14:51:51 -04:00
Remove a struct
This commit is contained in:
parent
b27c89902a
commit
96491e143f
@ -11,7 +11,7 @@ struct GLFWInputEvent {
|
||||
int i1, i2, i3, i4;
|
||||
double d1, d2;
|
||||
};
|
||||
struct char* glfwInputEventArr[100];
|
||||
char* glfwInputEventArr[100];
|
||||
// struct GLFWInputEvent glfwInputEventArr[100];
|
||||
int glfwInputEventIndex;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user