Skip to content

Commit 149f33e

Browse files
committed
UPBGE: Fix m_convertInfo not initialized to nullptr.
This operation is important for the default camera.
1 parent 45f9b46 commit 149f33e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/gameengine/Ketsji/KX_GameObject.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ KX_GameObject::KX_GameObject(
111111
m_lodManager(nullptr),
112112
m_currentLodLevel(0),
113113
m_meshUser(nullptr),
114+
m_convertInfo(nullptr),
114115
m_bIsNegativeScaling(false),
115116
m_objectColor(mt::one4),
116117
m_bVisible(true),

0 commit comments

Comments
 (0)