mirror of
https://github.com/izzy2lost/Diddy-Kong-Racing.git
synced 2026-06-19 01:16:26 -07:00
Apply suggestions from code review
Co-authored-by: AntonioCastelli <aatcastelli@gmail.com>
This commit is contained in:
co-authored by
AntonioCastelli
parent
ad9842a993
commit
25b77e53af
@@ -152,7 +152,7 @@ std::mutex enumsMutex;
|
||||
void make_sure_enums_are_loaded() {
|
||||
enumsMutex.lock();
|
||||
if(!hasLoadedEnums) {
|
||||
if(ENUMS_CACHE_PATH == "") {
|
||||
if(ENUMS_CACHE_PATH.empty()) {
|
||||
set_enums_cache_path();
|
||||
}
|
||||
load_enums_cache();
|
||||
|
||||
Reference in New Issue
Block a user