1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

LINT: Add files to whitelist, fix detected indent errors

This commit is contained in:
paramat 2017-11-06 09:58:26 +00:00 committed by paramat
parent 4c40e0775c
commit 179476d833
6 changed files with 36 additions and 23 deletions

View file

@ -26,9 +26,9 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "minimap.h"
RenderingCore::RenderingCore(IrrlichtDevice *_device, Client *_client, Hud *_hud)
: device(_device), driver(device->getVideoDriver()), smgr(device->getSceneManager()),
guienv(device->getGUIEnvironment()), client(_client), camera(client->getCamera()),
mapper(client->getMinimap()), hud(_hud)
: device(_device), driver(device->getVideoDriver()), smgr(device->getSceneManager()),
guienv(device->getGUIEnvironment()), client(_client), camera(client->getCamera()),
mapper(client->getMinimap()), hud(_hud)
{
screensize = driver->getScreenSize();
virtual_size = screensize;