From aee9c767dd49e641485fc68262514f1ac0bc0669 Mon Sep 17 00:00:00 2001 From: Nick Fisher Date: Mon, 6 Jan 2025 18:11:08 +0800 Subject: [PATCH] doc: camera improvements --- thermion_dart/lib/src/viewer/src/thermion_viewer_base.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thermion_dart/lib/src/viewer/src/thermion_viewer_base.dart b/thermion_dart/lib/src/viewer/src/thermion_viewer_base.dart index 388dfbab..f35ebd11 100644 --- a/thermion_dart/lib/src/viewer/src/thermion_viewer_base.dart +++ b/thermion_dart/lib/src/viewer/src/thermion_viewer_base.dart @@ -439,7 +439,7 @@ abstract class ThermionViewer { Future getMainCameraEntity(); /// - /// Returns the entity associated with the main camera. You probably never need this; use getMainCamera instead. + /// Returns the Camera instance for the main camera. /// Future getMainCamera();