This commit is contained in:
silicons
2020-12-26 20:33:16 -08:00
parent 952d744378
commit 3228435237
2 changed files with 9 additions and 10 deletions
+1 -1
View File
@@ -48,7 +48,7 @@
name = data["name"]
if(do_icon_rotate && data["rotation"])
var/matrix/M = matrix()
M.turn(data["rotation"])
M.Turn(data["rotation"])
transform = M
if(data["paint_color"])
paint_colour = data["paint_color"]