From 854951190121b634d2d2abd1d2a0e8af48cdb152 Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Wed, 21 Oct 2009 00:23:02 +0000 Subject: [PATCH] added a level to cannon test git-svn-id: svn://anubis/anaglym/trunk@120 99a6e188-d820-4881-8870-2d33a10e2619 --- tests/cannon.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/cannon.lua b/tests/cannon.lua index 1c48357..42f18e4 100644 --- a/tests/cannon.lua +++ b/tests/cannon.lua @@ -1,5 +1,5 @@ -levels = 6 +levels = 7 crate = ag.loadModel("crate", 0.5) offset = 0.5 crate:setPosition(0, 0, offset + levels + 0.5)