fixed bug in tests/managed_objects.lua

git-svn-id: svn://anubis/anaglym/trunk@225 99a6e188-d820-4881-8870-2d33a10e2619
This commit is contained in:
Josh Holtrop 2010-01-27 19:26:05 +00:00
parent 02f02f6500
commit a7a21a6370

View File

@ -1,7 +1,7 @@
function init_event()
local crate_texture = ag.loadTexture("checker.jpg")
local ground = ag.createPlaneStatic(0, 0, 1, 0)
local ground = ag.createPlane(0, 0, 1, 0)
ground:setColor(0.2, 1.0, 0.2)
ground:setTexture(crate_texture)
ag.setCamera(10, -10, 10, 0, 0, 0)