small fixes to make it work with demo project
This commit is contained in:
@@ -14,7 +14,7 @@ namespace TSE
|
||||
std::vector<Transformable*> objectsToRender;
|
||||
|
||||
public:
|
||||
Layer(string& name);
|
||||
Layer(const string& name);
|
||||
|
||||
void Render(IRenderer& rnd) const;
|
||||
void AddTransformable(Transformable* t);
|
||||
|
||||
Reference in New Issue
Block a user