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();