Przeglądaj źródła

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

DrDuck0117 6 godzin temu
rodzic
commit
fafef75b1a
1 zmienionych plików z 1 dodań i 1 usunięć
  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;