Skip to content

Commit 3faca89

Browse files
committed
oops my bad: rename
1 parent 7c2dae0 commit 3faca89

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pixi/extras/Tilemap.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ PIXI.Tilemap.prototype._renderWholeTilemap = function (renderSession) {
353353
// set the clipping limits
354354
gl.uniform2f(shader.uClipOffset, this.offset.x / this.game.width * 2, this.offset.y / this.game.height * 2);
355355
gl.uniform2f(shader.uClipLoc, this.offset.x, this.offset.y);
356-
gl.uniform2f(shader.uClipping, this.displayWidth, this.game.height - this.displayHeight);
356+
gl.uniform2f(shader.uClipLimit, this.displayWidth, this.game.height - this.displayHeight);
357357

358358
// set the offset in screen units to the center of the screen
359359
// and flip the GL y coordinate to be zero at the top

0 commit comments

Comments
 (0)