Commit 1a924aa1 authored by hybrid's avatar hybrid

Adapt test suite to recent changes.

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@2395 dfc29bdd-3216-0410-991c-e03cc46cb475
parent 3b1c2fde
...@@ -26,7 +26,7 @@ class CustomAnimator : public ISceneNodeAnimator ...@@ -26,7 +26,7 @@ class CustomAnimator : public ISceneNodeAnimator
* http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?t=32271 */ * http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?t=32271 */
bool removeCustomAnimator(void) bool removeCustomAnimator(void)
{ {
IrrlichtDevice * device = irr::createDevice(video::EDT_NULL, dimension2d<s32>(160, 120)); IrrlichtDevice * device = irr::createDevice(video::EDT_NULL, dimension2du(160, 120));
assert(device); assert(device);
if(!device) if(!device)
return false; return false;
......
Test suite pass at GMT Wed Feb 11 13:57:44 2009 Test suite pass at GMT Sat May 16 18:09:27 2009
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment