Fix: apply alpha to AnimalRecordList

This commit is contained in:
2018-12-12 09:56:27 +09:00
parent 08b2d8c0c1
commit 95ad63cb33
+1 -1
View File
@@ -25,7 +25,7 @@ function AnimalRecordList() {
AnimalRecordList.MARGIN_X + offsetAnimal * i,
AnimalRecordList.ANIMAL_LIST_POS_Y
);
// this.inactivate(i);
this.inactivate(i);
}
// this.activate(this.activeAnimalIndex);