fix(editor): restore stable map editing behavior
This commit is contained in:
+1
-1
@@ -90,7 +90,7 @@ export function World({ onLoadingStateChange }: WorldProps): React.JSX.Element {
|
||||
onLoadingStateChange={onLoadingStateChange}
|
||||
onOctreeReady={handleOctreeReady}
|
||||
/>
|
||||
<PersonnageSystem />
|
||||
{showGameStage ? <PersonnageSystem /> : null}
|
||||
{showGameStage ? (
|
||||
<Physics>
|
||||
<GameStageLoaded onLoaded={handleGameStageLoaded} />
|
||||
|
||||
Reference in New Issue
Block a user