Skip to content

Commit

Permalink
commented out bad code
Browse files Browse the repository at this point in the history
  • Loading branch information
katsaii committed Feb 7, 2023
1 parent 78bacd1 commit 5a68353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/scr_disarm/scr_disarm.gml
Original file line number Diff line number Diff line change
Expand Up @@ -1456,7 +1456,7 @@ function __disarm_update_world_transform(_child, _bone_parent) {
var dir = _child.angle;
if (par_scale_x < 0) {
// flip direction through y-axis
dir = 180 - dir;
//dir = 180 - dir; // actually don't, i don't think this is how the Spriter runtime is meant to work
}
if (par_scale_y < 0) {
// flip direction through x-axis
Expand Down

0 comments on commit 5a68353

Please sign in to comment.