errors
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user