Skip to content

Commit

Permalink
Merge pull request #1494 from RblSb/patch-1
Browse files Browse the repository at this point in the history
Fix Assets.progress with dce
  • Loading branch information
RobDangerous authored Jul 14, 2024
2 parents 2ecb149 + 40b9e91 commit 048fb3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/kha/internal/AssetsBuilder.hx
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ class AssetsBuilder {
fields.push({
name: name + "Size",
doc: null,
meta: [],
meta: [{pos: pos, name: ":keep"}],
access: [APublic],
kind: FVar(macro : Dynamic, macro $v{filesize}),
pos: Context.currentPos()
Expand Down

0 comments on commit 048fb3f

Please sign in to comment.