mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-07-16 12:54:49 +00:00
Some script fixes that were overlooked and caused warnings in the dev builds
This commit is contained in:
parent
1168eaf1d9
commit
15884e3b02
3 changed files with 4 additions and 2 deletions
|
@ -223,7 +223,7 @@ function enterState(me)
|
|||
bone_rotate(v.glow, 0, 1, 0, 0, 1)
|
||||
bone_rotate(v.glow, 360, 1, -1)
|
||||
end
|
||||
bone_rotate(v.boneNote, -entity_getRotation(me))
|
||||
bone_rotate(v.noteBone, -entity_getRotation(me))
|
||||
end
|
||||
|
||||
function exitState(me)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue