mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-31 07:45:48 -04:00
Fix createEditorCamera link error
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user