solved merge conflict

This commit is contained in:
Michael Nilsson
2016-03-11 15:09:07 -05:00
7 changed files with 51 additions and 19 deletions

View File

@@ -35,8 +35,7 @@ namespace openspace {
class ScreenSpaceRenderable : public properties::PropertyOwner {
public:
ScreenSpaceRenderable();
ScreenSpaceRenderable(std::string texturePath);
~ScreenSpaceRenderable();
virtual void render(Camera* camera) = 0;