-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(TrainingWheels): properly disable
Turns out, disabled gameobjects are re-enabled by SceneBuilder. Training Wheels therefore had to be completely removed from TableRepositionParent to be properly disabled.
- Loading branch information
1 parent
13dac33
commit 03ec39a
Showing
3 changed files
with
2 additions
and
68 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -427,4 +427,4 @@ private void PlaceWallArt() | |
return null; | ||
} | ||
} | ||
} | ||
} |