squash errors/warnings
This commit is contained in:
parent
0b3304ae6b
commit
3a043797b4
|
|
@ -1,5 +1,7 @@
|
|||
#pragma once
|
||||
|
||||
#include <OGRE/Ogre.h>
|
||||
|
||||
namespace RNR {
|
||||
Ogre::Vector3 normalIdVectors[] = {
|
||||
Ogre::Vector3(1, 0, 0),
|
||||
|
|
|
|||
|
|
@ -1,4 +1,2 @@
|
|||
#pragma once
|
||||
|
||||
#include <App/V8/Tree/Instance.hpp>
|
||||
#include <Helpers/NormalId.hpp>
|
||||
|
|
@ -17,8 +17,6 @@ namespace RNR
|
|||
m_workspace->setParent(m_datamodel);
|
||||
|
||||
m_tmb = new TopMenuBar();
|
||||
|
||||
load("/home/caesium/Downloads/Telegram Desktop/Destroy-History-1.rbxl");
|
||||
}
|
||||
|
||||
World::~World()
|
||||
|
|
|
|||
Loading…
Reference in New Issue