Update luacheck

This commit is contained in:
Insality
2024-08-27 17:48:46 +03:00
parent 11ae63a9f6
commit 45718325a1
5 changed files with 20 additions and 7 deletions

View File

@@ -30,7 +30,7 @@ local SCHEME = {
local function update_visual(self)
local rotation = vmath.vector3(0, 0, self.angle)
gui.set_rotation(self.node, rotation)
gui.set_euler(self.node, rotation)
end