|
@@ -504,7 +504,7 @@
|
|
|
* @param {boolean} [antialias] - enable antialias
|
|
|
* @param options - further options to be sent to the getContext function
|
|
|
*/
|
|
|
- constructor(canvas: HTMLCanvasElement, antialias?: boolean, options?: EngineOptions, adaptToDeviceRatio = true) {
|
|
|
+ constructor(canvas: HTMLCanvasElement, antialias?: boolean, options?: EngineOptions, adaptToDeviceRatio = false) {
|
|
|
this._renderingCanvas = canvas;
|
|
|
|
|
|
this._externalData = new StringDictionary<Object>();
|