mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2026-04-18 16:46:58 -04:00
Remove a struct
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user