File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1115,7 +1115,7 @@ var LibraryGLFW = {
11151115
11161116 var clientWidth = canvas . clientWidth ;
11171117 var clientHeight = canvas . clientHeight ;
1118- if ( GLFW . isCSSScalingEnabled ( ) ) {
1118+ if ( GLFW . isCSSScalingEnabled ( ) ) {
11191119 clientWidth = width ;
11201120 clientHeight = height ;
11211121 }
@@ -1274,7 +1274,7 @@ var LibraryGLFW = {
12741274 var cw = Module [ "canvas" ] . clientWidth ;
12751275 var ch = Module [ "canvas" ] . clientHeight ;
12761276
1277- if ( GLFW . isCSSScalingEnabled ( ) ) {
1277+ if ( GLFW . isCSSScalingEnabled ( ) ) {
12781278 cw = GLFW . active . width ;
12791279 ch = GLFW . active . height ;
12801280 }
@@ -1331,11 +1331,11 @@ var LibraryGLFW = {
13311331 } ,
13321332
13331333 adjustCanvasDimensions ( ) {
1334- if ( GLFW . active ) {
1334+ if ( GLFW . active ) {
13351335 const canvas = Module [ 'canvas' ] ;
13361336 var clientWidth = canvas . clientWidth ;
13371337 var clientHeight = canvas . clientHeight ;
1338- if ( GLFW . isCSSScalingEnabled ( ) ) {
1338+ if ( GLFW . isCSSScalingEnabled ( ) ) {
13391339 clientWidth = GLFW . active . width ;
13401340 clientHeight = GLFW . active . height ;
13411341 }
You can’t perform that action at this time.
0 commit comments