mirror of
https://github.com/HarbourMasters/Shipwright
synced 2026-06-04 10:58:27 -04:00
Merge pull request #1010 from briaguya-ai/rnextmerge
zhora -> rando-next
This commit is contained in:
@@ -111,7 +111,7 @@ extern "C" void CVar_SetString(const char* name, const char* value) {
|
||||
cvar = std::make_unique<CVar>();
|
||||
}
|
||||
cvar->type = CVarType::String;
|
||||
cvar->value.valueStr = value;
|
||||
cvar->value.valueStr = ImStrdup(value);
|
||||
}
|
||||
|
||||
extern "C" void CVar_RegisterRGBA(const char* name, Color_RGBA8 defaultValue) {
|
||||
|
||||
Reference in New Issue
Block a user