Skip to content

Commit

Permalink
AGH
Browse files Browse the repository at this point in the history
  • Loading branch information
fira committed Nov 7, 2023
1 parent f7e0bde commit dd9b2dc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion code/game/atoms.dm
Original file line number Diff line number Diff line change
Expand Up @@ -724,7 +724,6 @@ Parameters are passed from New.
var/result = tgui_input_list(usr, "Choose the transformation to apply","Transform Mod", list("Scale","Translate","Rotate"))
if(!result)
return
var/matrix/M = base_transform
if(!result)
return
switch(result)
Expand Down

0 comments on commit dd9b2dc

Please sign in to comment.