From c37a38362c96ed52f1df30c8ad51ae3f031d2fe6 Mon Sep 17 00:00:00 2001 From: hyzboy Date: Fri, 1 Aug 2025 13:56:51 +0800 Subject: [PATCH] =?UTF-8?q?TransformManager::Update=E5=87=BD=E6=95=B0?= =?UTF-8?q?=E6=94=B9=E7=94=A8UpdateNewestData=E6=8E=A2=E6=9F=A5=E5=AD=90TR?= =?UTF-8?q?ANSOFRM=E6=98=AF=E5=90=A6=E6=9C=89=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- inc/hgl/math/Transform.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/hgl/math/Transform.h b/inc/hgl/math/Transform.h index 6730a4f..abd393c 100644 --- a/inc/hgl/math/Transform.h +++ b/inc/hgl/math/Transform.h @@ -1,4 +1,4 @@ -#pragma once +#pragma once #include #include #include @@ -633,7 +633,7 @@ namespace hgl bool has_update=false; for(TransformBase *tb:transform_list) - if(tb->Update()) + if(tb->UpdateNewestData()) has_update=true; if(has_update)