Switching to clang compiler.

This commit is contained in:
Deathsbreed
2014-10-19 16:51:28 -05:00
parent 140b3c8b1c
commit 7401cfcd34
188 changed files with 39538 additions and 30 deletions

View File

@@ -18,7 +18,7 @@ int main() {
EventReceiver eventReceiver;
IrrlichtDevice *device = createDevice(driverType, core::dimension2d<u32>(800, 600), 32, true, false, false, &eventReceiver);
IrrlichtDevice *device = createDevice(driverType, core::dimension2d<u32>(1280, 720), 32, true, false, false, &eventReceiver);
if(device == 0) return 1;
video::IVideoDriver *driver = device->getVideoDriver();