[keel] Cleanup
This commit is contained in:
parent
0a62d90065
commit
cb3ef0e79d
@ -89,7 +89,7 @@ ox::Result<keel::AssetRef<T>> readObjFile(
|
||||
assetId = substr(assetId, 7);
|
||||
oxRequire(p, keel::uuidToPath(ctx, assetId));
|
||||
} else {
|
||||
auto const [uuid, uuidErr] = getUuid(ctx, assetId);
|
||||
auto const [uuid, uuidErr] = getUuid(ctx, assetId);
|
||||
if (!uuidErr) {
|
||||
uuidStr = uuid.toString();
|
||||
assetId = uuidStr;
|
||||
|
Loading…
Reference in New Issue
Block a user