aboutsummaryrefslogtreecommitdiff
path: root/src/state_machine.lua
diff options
context:
space:
mode:
Diffstat (limited to 'src/state_machine.lua')
-rw-r--r--src/state_machine.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/state_machine.lua b/src/state_machine.lua
index 7aac1bc..76eaf9b 100644
--- a/src/state_machine.lua
+++ b/src/state_machine.lua
@@ -22,3 +22,5 @@ function set_state(ent, to)
ent.state = to
try(ent.states[ent.state].enter, ent, ent.states[ent.state].data)
end
+
+