Fixed issue in point_cloud_vertex_buffer_manager.cpp

This commit is contained in:
ZY4N
2025-03-25 02:34:26 +01:00
parent 71ea2d9237
commit bf0d85ec06
10 changed files with 20 additions and 830 deletions

View File

@@ -39,7 +39,7 @@ public:
[[nodiscard]] point_cloud_handle handle() const;
[[nodiscard]] point_cloud_vertex_components::flags components() const;
[[nodiscard]] assets::point_cloud_vertex_components::flags components() const;
private:
point_cloud_handle m_handle{};