Skip to content

Commit

Permalink
Added useAsyncRender
Browse files Browse the repository at this point in the history
  • Loading branch information
deepnight committed Jan 10, 2024
1 parent 8006373 commit 9cc3325
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/ldtk/Json.hx
Original file line number Diff line number Diff line change
Expand Up @@ -908,6 +908,10 @@ typedef LayerDefJson = {
@internal
@added("1.5.0")
var autoTilesKilledByOtherLayerUid: Null<Int>;

@internal
@added("1.5.0")
var useAsyncRender: Bool;
}

@inline
Expand Down

0 comments on commit 9cc3325

Please sign in to comment.