@@ -100,7 +100,7 @@ class HTML5Window
|
||||
|
||||
var element = parent.element;
|
||||
|
||||
if (Reflect.hasField(attributes, "allowHighDPI") && attributes.allowHighDPI)
|
||||
if (Reflect.hasField(attributes, "allowHighDPI") && attributes.allowHighDPI && renderType != DOM)
|
||||
{
|
||||
scale = Browser.window.devicePixelRatio;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user