Fixed line ending style.
This commit is contained in:
parent
55079289da
commit
63406b40f1
@ -508,18 +508,18 @@ void createGUI(IrrlichtDevice* device, CFontTool* fc)
|
|||||||
|
|
||||||
int main(int argc,char **argv)
|
int main(int argc,char **argv)
|
||||||
{
|
{
|
||||||
SIrrlichtCreationParameters p;
|
SIrrlichtCreationParameters p;
|
||||||
p.DriverType = video::EDT_OPENGL;
|
p.DriverType = video::EDT_OPENGL;
|
||||||
p.WindowSize = core::dimension2du(WIDTH, HEIGHT);
|
p.WindowSize = core::dimension2du(WIDTH, HEIGHT);
|
||||||
p.Bits = 16;
|
p.Bits = 16;
|
||||||
p.Fullscreen = false;
|
p.Fullscreen = false;
|
||||||
p.Stencilbuffer = false;
|
p.Stencilbuffer = false;
|
||||||
p.Vsync = false;
|
p.Vsync = false;
|
||||||
p.EventReceiver = NULL;
|
p.EventReceiver = NULL;
|
||||||
p.FileSystem = NULL;
|
p.FileSystem = NULL;
|
||||||
p.ForceLegacyDevice = true;
|
p.ForceLegacyDevice = true;
|
||||||
|
|
||||||
IrrlichtDevice *device = createDeviceEx(p);
|
IrrlichtDevice *device = createDeviceEx(p);
|
||||||
|
|
||||||
video::IVideoDriver* driver = device->getVideoDriver();
|
video::IVideoDriver* driver = device->getVideoDriver();
|
||||||
scene::ISceneManager* smgr = device->getSceneManager();
|
scene::ISceneManager* smgr = device->getSceneManager();
|
||||||
|
Loading…
Reference in New Issue
Block a user