UNPKG

@phaserjs/phaser

Version:
5 lines (4 loc) 153 B
import { DIRTY, DirtyComponent } from "./DirtyComponent"; export function ClearDirtyChildColor(id) { DirtyComponent.data[id][DIRTY.CHILD_COLOR] = 0; }