Skip to content

Commit

Permalink
Fix regression in Image.loadFromBytes
Browse files Browse the repository at this point in the history
  • Loading branch information
jgranick committed Aug 5, 2024
1 parent f684505 commit 0d267b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lime/app/Future.hx
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ import lime.utils.Log;
var promise = new Promise<T>();
promise.future = future;

FutureWork.run(work, state, promise, mode);
FutureWork.run(work, state, promise, mode, true);

return future;
}
Expand Down

0 comments on commit 0d267b4

Please sign in to comment.