linters
This commit is contained in:
@@ -61,7 +61,7 @@ static auto parseAnimations(const fkyaml::node& yaml, float frame_width, float f
|
||||
animation.speeds.push_back(s.get_value<float>());
|
||||
}
|
||||
} else {
|
||||
float spd = speed_node.get_value<float>();
|
||||
auto spd = speed_node.get_value<float>();
|
||||
if (spd > 0.0F) {
|
||||
animation.speeds.assign(animation.frames.size(), spd);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user