Explorar o código

清理一个不影响实际代码等error

DrDuck0117 hai 8 horas
pai
achega
fafef75b1a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      objects/oParentPlayerHitbox/Create_0.gml

+ 1 - 1
objects/oParentPlayerHitbox/Create_0.gml

@@ -11,7 +11,7 @@ kb_factor_y = 1.0;
 
 alarm[0] = 8;
 
-hit_feedback = function(){};
+hit_feedback = function(_owner){};
 
 if global.developer_mode
 	image_blend = c_red;