diff --git a/thermion_dart/lib/src/filament/src/asset.dart b/thermion_dart/lib/src/filament/src/asset.dart index 4fa4ca3b..92dad683 100644 --- a/thermion_dart/lib/src/filament/src/asset.dart +++ b/thermion_dart/lib/src/filament/src/asset.dart @@ -76,7 +76,7 @@ abstract class ThermionAsset { /// /// Create a new instance of [entity]. /// Instances are not automatically added to the scene; you must - /// call [addToScene]. + /// call [Scene.add]. /// Future createInstance( {covariant List? materialInstances = null});