Updated KRObjView to match Kraken engine changes

--HG--
extra : convert_revision : svn%3A7752d6cf-9f14-4ad2-affc-04f1e67b81a5/trunk%40218
This commit is contained in:
kearwood
2013-01-13 08:09:45 +00:00
parent 11f6955150
commit 9abc02965f
8 changed files with 57 additions and 12 deletions

View File

@@ -78,7 +78,7 @@
}
// Initialize KREngine
_engine = [[KREngine alloc] initForWidth: backingWidth Height: backingHeight];
_engine = [[KREngine alloc] init];
[self loadObjects];
}
return self;