add BlockWrapsRenderer (WIP)

This commit is contained in:
MihailRis
2024-11-20 14:42:53 +03:00
parent 14b596140d
commit 9e02f1122f
7 changed files with 160 additions and 2 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ public:
}
template <class T>
std::shared_ptr<T> getObject(uint64_t id) {
std::shared_ptr<T> getObject(uint64_t id) const {
static_assert(
std::is_base_of<Object, T>::value,
"T must be a derived of Object class"