Skip to content

Fix 3D objects not appearing due to uninitialized variable

Seth Carter requested to merge fix-3d-objs-not-appearing into master

Set visible to false before setting world transform. SetWorldTransform checks it and does operations against a matrix that isn't actually added yet if it was true before initialization, which in a game resulted in some objects appearing to not exist. Also fix a small typo in a comment.

Merge request reports