Commit 60e1e5a3 authored by hybrid's avatar hybrid

Another dimension2di to u change.

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@2128 dfc29bdd-3216-0410-991c-e03cc46cb475
parent cf349f99
...@@ -101,7 +101,7 @@ int main() ...@@ -101,7 +101,7 @@ int main()
//Initialise the engine //Initialise the engine
IrrlichtDevice *device = createDevice(driverType, IrrlichtDevice *device = createDevice(driverType,
dimension2d<s32>(ResX,ResY), 32, fullScreen, dimension2du(ResX,ResY), 32, fullScreen,
false, false, &receiver); false, false, &receiver);
if (!device) if (!device)
return 1; return 1;
......
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