diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2020-05-11 11:32:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-11 11:32:12 +0200 |
commit | 39da96e4d638399c098e21b2c4fff6ddd7145c65 (patch) | |
tree | a18e29b7316288c2755f6c3a5b840ad008b32a07 /misc | |
parent | 70e39cc9a583cd315cff5ed63bb8ce0d72e99103 (diff) | |
parent | fd916342ec43aa45c5b53184f3a2cda76c202476 (diff) |
Merge pull request #38587 from Faless/js/improvements
DisplayServerJavaScript, improvements to HTML5 build (still dummy renderer).
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(); |