Skip to content

Commit

Permalink
Merge pull request #102 from abinash18/master
Browse files Browse the repository at this point in the history
Fixed a bug with the google closure compiler failing when trying to c…
  • Loading branch information
pthom authored Mar 12, 2024
2 parents edacdb9 + a550dc4 commit ffdc93c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hello_imgui/internal/backend_impls/abstract_runner.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ void AbstractRunner::SetupDpiAwareParams()
#ifdef __EMSCRIPTEN__
// Query the brower to ask for devicePixelRatio
double windowDevicePixelRatio = EM_ASM_DOUBLE( {
scale = window.devicePixelRatio;
var scale = window.devicePixelRatio;
return scale;
}
);
Expand Down

0 comments on commit ffdc93c

Please sign in to comment.