for simple testing

This commit is contained in:
Sebastian Piwell
2016-03-31 15:54:29 -04:00
parent 79979fe8dd
commit d610171441
4 changed files with 6 additions and 4 deletions

View File

@@ -148,8 +148,7 @@ public:
unsigned int _size;
int _node;
} _onScreenInformation;
std::shared_ptr<ScreenSpaceRenderable> ssr;
private:
void setRenderer(std::unique_ptr<Renderer> renderer);
RendererImplementation rendererFromString(const std::string& method);