small fixes to make it work with demo project
This commit is contained in:
@@ -22,7 +22,7 @@ void HandleObject(TSE::Transformable* trans, TSE::TransformationStack& stack, TS
|
||||
}
|
||||
}
|
||||
|
||||
TSE::Layer::Layer(string &n)
|
||||
TSE::Layer::Layer(const string &n)
|
||||
{
|
||||
name = n;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user