Skip to content

Commit

Permalink
New webgl-tests version
Browse files Browse the repository at this point in the history
  • Loading branch information
michaliskambi committed Jan 4, 2025
1 parent cca3343 commit 456cc53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion htdocs/web-demos/simplest/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<title>Simplest Web Application Using Castle Game Engine</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">

<script src="webgl-tests.js?random_suffix_to_avoid_cache=DHS092"></script>
<script src="webgl-tests.js?random_suffix_to_avoid_cache=WSFMI525"></script>
<style>
body {
padding: 1em;
Expand Down
3 changes: 1 addition & 2 deletions htdocs/web-demos/simplest/webgl-tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -6110,7 +6110,6 @@ rtl.module("JOB_Browser",["System","SysUtils","Types","JS","weborworker","Web","
this.RegisterGlobalObject(document,"document");
this.RegisterGlobalObject(window,"window");
this.RegisterGlobalObject(CSS,"CSS");
this.RegisterGlobalObject(caches,"caches");
this.RegisterGlobalObject(window.console,"console");
this.RegisterGlobalObject(Object,"Object");
this.RegisterGlobalObject(Function,"Function");
Expand Down Expand Up @@ -6289,7 +6288,7 @@ rtl.module("program",["System","Classes","SysUtils","wasienv","Web","BrowserApp"
};
this.DoRun = function () {
pas.System.Writeln("Starting WebAssembly program from webgl-tests.wasm");
this.StartWebAssembly("webgl-tests.wasm?random_suffix_to_avoid_cache=G740",true,rtl.createCallback(this,"DoBeforeStart"),null);
this.StartWebAssembly("webgl-tests.wasm?random_suffix_to_avoid_cache=DFBHSTLN110",true,rtl.createCallback(this,"DoBeforeStart"),null);
this.Terminate();
};
this.Create$1 = function (aOwner) {
Expand Down

0 comments on commit 456cc53

Please sign in to comment.