Fix createEditorCamera link error

This commit is contained in:
PJB3005
2026-03-01 15:16:22 +01:00
parent af9b0a85d1
commit 86d45f8211
2 changed files with 6 additions and 0 deletions
+2
View File
@@ -851,7 +851,9 @@ int dDemo_system_c::JSGFindObject(JStage::TObject** p_TObj, char const* actorNam
*p_TObj = mpObject->appendActor(actor);
} else if (objType == JStage::OBJECT_CAMERA) {
if (DEBUG && !strcmp(actorName, "EditCam")) {
#if DEBUG
*p_TObj = mpObject->createEditorCamera();
#endif
} else {
*p_TObj = mpObject->createCamera();
}