Skip to content

Commit 9a6fe49

Browse files
committed
Typo
1 parent e2a197e commit 9a6fe49

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/gameobjects/rendertexture/RenderTexture.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,8 @@ var RenderTexture = new Class({
333333
{
334334
if (this.frame.name === '__BASE')
335335
{
336-
// Tesize the texture
336+
// Resize the texture
337+
337338
this.canvas.width = width;
338339
this.canvas.height = height;
339340

0 commit comments

Comments
 (0)