Skip to content

Commit

Permalink
Formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
kring committed Sep 9, 2024
1 parent 1bbbc78 commit bb1829b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions native~/Runtime/src/CameraManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,7 @@ CameraManager::getAllCameras(
unityWorldToTileset);
}

if (cameraManager == nullptr ||
cameraManager.useSceneViewCameraInEditor()) {
if (cameraManager == nullptr || cameraManager.useSceneViewCameraInEditor()) {
addActiveSceneCameraInEditor(
result,
georeferenceComponent,
Expand Down

0 comments on commit bb1829b

Please sign in to comment.