Skip to content

Commit

Permalink
Spikes also need to commit
Browse files Browse the repository at this point in the history
  • Loading branch information
NyakoFox committed Oct 4, 2024
1 parent b5520bb commit 4745ffc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions desktop_version/src/Editor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2649,6 +2649,12 @@ void editorclass::tool_place()
break;
}
case EditorTool_SPIKES:
if (!placing_tiles)
{
placing_tiles = true;
update_old_tiles();
}

set_tile_interpolated(old_tilex, tilex, old_tiley, tiley, 8);
break;
case EditorTool_TRINKETS:
Expand Down

0 comments on commit 4745ffc

Please sign in to comment.