Skip to content

Commit

Permalink
remove warning info (not necessary anymore)
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Klausner authored and Quillraven committed Mar 26, 2024
1 parent 984b9c3 commit e3409cd
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tiled/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,6 @@ a certain function on them.
`use` extension method to call `beginRender()` and `endRender()` automatically before
your render logic.

**Careful**: Since `beginRender()` and `endRender()` are protected methods, they are
not called directly by the `use` extension. Instead, their current implementation of the
`BatchTiledMapRenderer` is duplicated inside this extension. This means, that if you have your own
custom `BatchTiledMapRenderer` that overrides those two methods then this extension will
not call your custom `beginRender()` and `endRender()`.

### Usage examples

#### General
Expand Down

0 comments on commit e3409cd

Please sign in to comment.