mirror of
https://github.com/collinsmith/riiablo.git
synced 2025-01-30 01:20:25 +07:00
Fixed variable name
This commit is contained in:
parent
cb1b53d390
commit
d2eb8bca07
@ -44,7 +44,7 @@ public class AnimationLoaderSystem extends IteratingSystem {
|
||||
for (int l = 0, numLayers = cof.getNumLayers(); l < numLayers; l++) {
|
||||
COF.Layer layer = cof.getLayer(l);
|
||||
if (!Dirty.isDirty(cofComponent.load, layer.component)) continue;
|
||||
if (cofComponent.comp[layer.component] == 0) {
|
||||
if (cofComponent.component[layer.component] == 0) {
|
||||
anim.setLayer(layer, null, false);
|
||||
continue;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user