whitespace

This commit is contained in:
Nick Fisher
2024-05-19 14:18:51 +08:00
parent e9b87a9a9a
commit 269aa819e2

View File

@@ -727,7 +727,6 @@ namespace flutter_filament
if (!_animationComponentManager->hasComponent(entity)) if (!_animationComponentManager->hasComponent(entity))
{ {
_animationComponentManager->addAnimationComponent(entity); _animationComponentManager->addAnimationComponent(entity);
} }
@@ -786,7 +785,6 @@ namespace flutter_filament
if (!renderable.isValid()) if (!renderable.isValid())
{ {
Log("Renderable not valid, was the entity id correct?"); Log("Renderable not valid, was the entity id correct?");
return false; return false;
} }