Fix: apply alpha to AnimalRecordList
This commit is contained in:
@@ -25,7 +25,7 @@ function AnimalRecordList() {
|
|||||||
AnimalRecordList.MARGIN_X + offsetAnimal * i,
|
AnimalRecordList.MARGIN_X + offsetAnimal * i,
|
||||||
AnimalRecordList.ANIMAL_LIST_POS_Y
|
AnimalRecordList.ANIMAL_LIST_POS_Y
|
||||||
);
|
);
|
||||||
// this.inactivate(i);
|
this.inactivate(i);
|
||||||
}
|
}
|
||||||
|
|
||||||
// this.activate(this.activeAnimalIndex);
|
// this.activate(this.activeAnimalIndex);
|
||||||
|
|||||||
Reference in New Issue
Block a user