summary refs log tree commit diff stats
path: root/src/sprite.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sprite.h')
-rw-r--r--src/sprite.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sprite.h b/src/sprite.h index 4e3e490..35ca7aa 100644 --- a/src/sprite.h +++ b/src/sprite.h
@@ -43,6 +43,7 @@ public:
43 43
44 std::string alias; 44 std::string alias;
45 bool persistent = false; 45 bool persistent = false;
46 bool paused = false;
46 47
47 // Transform 48 // Transform
48 vec2i loc { 0, 0 }; 49 vec2i loc { 0, 0 };