diff options
author | Fabio Alessandrelli <fabio.alessandrelli@gmail.com> | 2020-05-01 14:45:45 +0200 |
---|---|---|
committer | Fabio Alessandrelli <fabio.alessandrelli@gmail.com> | 2020-05-10 18:22:48 +0200 |
commit | 7411e7fd37eb169b0f0675d4e4c2ec28786aec1b (patch) | |
tree | c01eaed2b567144b74be62c983c0651c78e4e8fb /misc | |
parent | 11a81341fac2f68562d952fa4f956129cd2410a6 (diff) |
DisplayServerJavaScript implementation.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/dist/html/full-size.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/misc/dist/html/full-size.html b/misc/dist/html/full-size.html index 193f2a6aad..c3b67e0c4a 100644 --- a/misc/dist/html/full-size.html +++ b/misc/dist/html/full-size.html @@ -169,8 +169,6 @@ $GODOT_HEAD_INCLUDE var height = window.innerHeight; canvas.width = width * scale; canvas.height = height * scale; - canvas.style.width = width + "px"; - canvas.style.height = height + "px"; } animationCallbacks.push(adjustCanvasDimensions); adjustCanvasDimensions(); |