add skeleton:get_color(), skeleton:set_color(...)
This commit is contained in:
@@ -99,7 +99,7 @@ void SkeletonConfig::render(
|
||||
}
|
||||
model = modelOverride.model ? modelOverride.model : model;
|
||||
if (model) {
|
||||
batch.draw(skeleton.calculated.matrices[i], glm::vec3(1.0f), model,
|
||||
batch.draw(skeleton.calculated.matrices[i], skeleton.tint, model,
|
||||
&skeleton.textures);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user