Hi,
sometimes when testing an Android version of my game, I get bug reports such as this one:
Gesture error codes?
sometimes when testing an Android version of my game, I get bug reports such as this one:
Code:
---------------------------- GML ERROR REPORT START ----------------------------------
{
script : "gml_Object_ctrl_tactics_Gesture_67",
stacktrace : [ "gml_Object_ctrl_tactics_Gesture_67 (line 3)" ],
line : 0, message : "REAL argument is unset",
longMessage : "ERROR in action number 1 of <Unknown Event> for object ctrl_tactics: REAL argument is unset" }
-------------------------------- GML...