From d2627b1527ae0799949f78024903fc1e78e70238 Mon Sep 17 00:00:00 2001 From: brige Date: Sun, 20 Jul 2025 15:30:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=92=AD=E6=94=BE=E4=B9=8B?= =?UTF-8?q?=E5=90=8E=EF=BC=8C=E6=94=B9=E5=8F=98=E7=BC=A9=E6=94=BE=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/entities/PathComponent.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/entities/PathComponent.cpp b/src/entities/PathComponent.cpp index a9109a8b..5d675c2d 100644 --- a/src/entities/PathComponent.cpp +++ b/src/entities/PathComponent.cpp @@ -104,7 +104,7 @@ void PathComponent::Update(double dt) { osg::Vec3 angle; OsgUtils::QuatToHPR(cp.getRotation(), &angle); transform->SetRotation(angle); - transform->SetScale(cp.getScale()); + // transform->SetScale(cp.getScale()); } void PathComponent::SetPath(const QString& path) {