File tree Expand file tree Collapse file tree
3DRadSpace/Engine3DRadSpace/Objects Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ cmake_minimum_required(VERSION 3.21)
33project ("Engine3DRadSpace.Objects" )
44
55add_library (3DRadSpace.Objects SHARED
6+ "CameraProvider.hpp"
7+ "CameraProvider.cpp"
68 "ChildObjectCollection.hpp"
79 "ChildObjectCollection.cpp"
810 "Gizmos.hpp"
@@ -20,7 +22,7 @@ add_library(3DRadSpace.Objects SHARED
2022 "ObjectID.cpp"
2123 "ObjectList.hpp"
2224 "ObjectList.cpp"
23- "CameraProvider.cpp" )
25+ )
2426
2527if (CMAKE_VERSION VERSION_GREATER 3.12)
2628 set_property (TARGET 3DRadSpace.Objects PROPERTY CXX_STANDARD 23)
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ Reflection::UUID Fog::GetUUID() const noexcept
6464Gizmos::IGizmo* Fog::GetGizmo () const noexcept
6565{
6666 auto gizmo = Internal::GizmoOf<Fog>(this );
67-
67+ gizmo-> AllowUpdating = true ;
6868 return gizmo;
6969}
7070
You can’t perform that action at this time.
0 commit comments