diff options
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp index d39bd92..c1b22af 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -100,6 +100,7 @@ int main(int argc, char *argv[]){ test->addLayer(400); test->addLayer(100); test->addPlatform(150,100,100,10); + test->addHole(100,150); currentWorld=test; IndoorWorld *iw=new IndoorWorld(); |