Added support for array access to mapped objects.

Added SpriteShootout test that uses mapped objects.
This commit is contained in:
Ioannis Tsakpinis 2011-07-22 02:01:56 +00:00
parent 087d0f4ba9
commit 20b9d3f89f
18 changed files with 2108 additions and 602 deletions

View file

@ -71,6 +71,11 @@ public class TestMappedObject {
MappedObjectTests3.testConstructor();
MappedObjectTests3.testMappedSet();
MappedObjectTests4.testLocalView();
//MappedObjectTests4.testLWJGL();
System.out.println("done");
}