We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e3f229e + 3a435c2 commit c6bf465Copy full SHA for c6bf465
include/godot_cpp/classes/wrapped.hpp
@@ -320,7 +320,6 @@ public:
320
\
321
static void free_property_list_bind(GDExtensionClassInstancePtr p_instance, const GDExtensionPropertyInfo *p_list, uint32_t /*p_count*/) { \
322
if (p_instance) { \
323
- m_class *cls = reinterpret_cast<m_class *>(p_instance); \
324
::godot::internal::free_c_property_list(const_cast<GDExtensionPropertyInfo *>(p_list)); \
325
} \
326
0 commit comments