Fix clang/gcc error.

This commit is contained in:
Kevin Ring 2025-09-22 21:03:05 +10:00
parent 55a00b9817
commit d2f2149378
1 changed files with 1 additions and 1 deletions

View File

@ -406,7 +406,7 @@ SharedAssetDepot<TAssetType, TAssetKey, TContext>::getOrCreate(
// So we jump through some hoops here to publish "this thread is working
// on it", then unlock the mutex, and _then_ actually call the factory
// function.
Promise<void> promise = context.asyncSystem.createPromise<void>();
Promise<void> promise = context.asyncSystem.template createPromise<void>();
// We haven't loaded or started to load this asset yet.
// Let's do that now.