use default value for setup
This commit is contained in:
parent
9f6fba0281
commit
454591f2b5
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ const ofImage & LayerComposition::getAtlasImage(const ComboIdentifier & identifi
|
||||||
|
|
||||||
void LayerComposition::draw() const {
|
void LayerComposition::draw() const {
|
||||||
for(const auto & layer_it : layers){
|
for(const auto & layer_it : layers){
|
||||||
layer_it.second->draw(glm::vec3(0, 0, 0));
|
layer_it.second->draw();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue