mirror of
https://github.com/photonstorm/phaser
synced 2025-02-16 22:18:29 +00:00
Sets forceClamp to false
This commit is contained in:
parent
3e075bf018
commit
b8872b79d4
1 changed files with 1 additions and 1 deletions
|
@ -191,7 +191,7 @@ var DynamicTexture = new Class({
|
|||
* @type {Phaser.Renderer.WebGL.RenderTarget}
|
||||
* @since 3.60.0
|
||||
*/
|
||||
this.renderTarget = (!isCanvas) ? new RenderTarget(renderer, width, height, 1, 0, false, true) : null;
|
||||
this.renderTarget = (!isCanvas) ? new RenderTarget(renderer, width, height, 1, 0, false, true, true, false) : null;
|
||||
|
||||
/**
|
||||
* A reference to the WebGL Single Pipeline.
|
||||
|
|
Loading…
Add table
Reference in a new issue