Merge pull request #111601 from AThousandShips/fix_build_objprof
Fix use of outdated macros in ObjectDBProfiler
This commit is contained in:
@ -168,9 +168,9 @@ Error SnapshotCollector::parse_message(void *p_user, const String &p_msg, const
|
||||
}
|
||||
|
||||
String SnapshotCollector::get_godot_version_string() {
|
||||
String hash = String(VERSION_HASH);
|
||||
String hash = String(GODOT_VERSION_HASH);
|
||||
if (hash.length() != 0) {
|
||||
hash = " " + vformat("[%s]", hash.left(9));
|
||||
}
|
||||
return "v" VERSION_FULL_BUILD + hash;
|
||||
return "v" GODOT_VERSION_FULL_BUILD + hash;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user