This commit is contained in:
r4ph3rd 2023-07-17 18:59:59 +02:00
parent d4530564ba
commit 9e3a696d0f
3 changed files with 6 additions and 6 deletions

Binary file not shown.

View File

@ -1159,26 +1159,26 @@ var tempDouble;
var tempI64;
var ASM_CONSTS = {
4108920: function() {
4108648: function() {
Module["emscripten_get_now_backup"] = performance.now;
},
4108975: function($0) {
4108703: function($0) {
performance.now = function() {
return $0;
};
},
4109023: function($0) {
4108751: function($0) {
performance.now = function() {
return $0;
};
},
4109071: function() {
4108799: function() {
performance.now = Module["emscripten_get_now_backup"];
},
4109126: function() {
4108854: function() {
return Module.webglContextAttributes.premultipliedAlpha;
},
4109187: function() {
4108915: function() {
return Module.webglContextAttributes.preserveDrawingBuffer;
}
};

Binary file not shown.