aboutsummaryrefslogtreecommitdiffhomepage
path: root/resources/test.lua
diff options
context:
space:
mode:
Diffstat (limited to 'resources/test.lua')
-rw-r--r--resources/test.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/resources/test.lua b/resources/test.lua
index 84d3517ae6..1029db41ed 100644
--- a/resources/test.lua
+++ b/resources/test.lua
@@ -69,6 +69,8 @@ function onDrawContent(canvas)
r2.bottom = r2.top + image:height() * 1;
canvas:drawImageRect(image, nil, r2, 0.75);
if x > 200 then x = 0 end;
+
+ return true -- so we can animate
end
onStartup()