Skip to content

Commit

Permalink
Reset bit mask
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom-Ski committed Oct 17, 2024
1 parent da3ff7e commit 4bb0b3c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@ public class GameObject implements GameObjectContainer, RoutineEventListener, Js
private void recalculateBitMask () {
if (maskDirty) {

componentBitMask = 0;

transformComponentCache = null;
spineComponentCache = null;
boneComponentCache = null;
Expand Down

0 comments on commit 4bb0b3c

Please sign in to comment.