refactor Entities load + loading velocity
This commit is contained in:
@@ -97,6 +97,10 @@ void stringifyObj(
|
||||
const std::string& indentstr,
|
||||
bool nice
|
||||
) {
|
||||
if (obj == nullptr) {
|
||||
ss << "nullptr";
|
||||
return;
|
||||
}
|
||||
if (obj->values.empty()) {
|
||||
ss << "{}";
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user