mirror of
https://github.com/godotengine/godot-cpp.git
synced 2026-01-03 18:09:13 +03:00
use typeid() for type tags now
This commit is contained in:
@@ -8,7 +8,7 @@ namespace godot {
|
||||
class _Wrapped {
|
||||
public:
|
||||
godot_object *_owner;
|
||||
const void *_type_tag;
|
||||
size_t _type_tag;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user