From d3d20fa01a79493508088672032269bedebe83e4 Mon Sep 17 00:00:00 2001 From: codeboss <2422523675@qq.com> Date: Tue, 1 Jul 2025 22:23:23 +0800 Subject: [PATCH] update --- SimsWorld/BehaviorEditor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SimsWorld/BehaviorEditor.h b/SimsWorld/BehaviorEditor.h index 01c27aa..c93358d 100644 --- a/SimsWorld/BehaviorEditor.h +++ b/SimsWorld/BehaviorEditor.h @@ -98,7 +98,7 @@ private: BehaviorsPresent *const _logical_present; QTextBrowser *const _logs_present; - std::shared_ptr _glbal_loader; + std::shared_ptr _global_loader; std::shared_ptr _global_kernal; public: