Skip to content

Commit

Permalink
Set lastFrameVisited to -1
Browse files Browse the repository at this point in the history
  • Loading branch information
Nmzik committed Jul 6, 2024
1 parent 6c8599b commit bc6c20a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/base/TilesRendererBase.js
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ export class TilesRendererBase {
tile.__basePath = tileSetDir;

tile._loadIndex = 0;
tile.__lastFrameVisited = undefined;
tile.__lastFrameVisited = - 1;

}

Expand Down

0 comments on commit bc6c20a

Please sign in to comment.