markDrawOrderDirty method

void markDrawOrderDirty()

Implementation

void markDrawOrderDirty() {
  _flags |= ActorFlags.isDrawOrderDirty;
}