Skip to content

Commit

Permalink
fix[#42]: Implement resize_window_callback as a no-op
Browse files Browse the repository at this point in the history
  • Loading branch information
thejustinwalsh committed Jun 29, 2024
1 parent f6ccca0 commit 0ee93e6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/manifests/web/template.html
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,9 @@

<!-- Defold Script Init -->
<script id='engine-loader' type='text/javascript' src="dmloader.js"></script>
<script id='custom_setup' type='text/javascript'>
CUSTOM_PARAMETERS['resize_window_callback'] = function() { /* no-op */ };
</script>
<script id='engine-setup' type='text/javascript'>
var extra_params = {
archive_location_filter: function( path ) {
Expand Down

0 comments on commit 0ee93e6

Please sign in to comment.