mirror of
https://github.com/godotengine/godot-cpp.git
synced 2026-01-01 05:48:37 +03:00
@@ -19,7 +19,7 @@ public:
|
||||
|
||||
inline bool is_valid() const {
|
||||
// is_valid() is not available in the C API...
|
||||
return *this == RID();
|
||||
return *this != RID();
|
||||
}
|
||||
|
||||
bool operator==(const RID & p_other) const;
|
||||
|
||||
Reference in New Issue
Block a user