[keel] Cleanup
This commit is contained in:
parent
164db5007b
commit
9589ca9148
@ -182,7 +182,7 @@ ox::Result<ox::CStringView> uuidToPath(Context &ctx, ox::UUID const&uuid) noexce
|
||||
#endif
|
||||
}
|
||||
|
||||
ox::Error reloadAsset(keel::Context &ctx, ox::StringViewCR assetId) noexcept {
|
||||
ox::Error reloadAsset(Context &ctx, ox::StringViewCR assetId) noexcept {
|
||||
if (beginsWith(assetId, "uuid://")) {
|
||||
return ctx.assetManager.reloadAsset(substr(assetId, 7));
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user