This commit is contained in:
r4ph3rd 2023-06-27 08:45:17 +02:00
parent 8707ff95e3
commit 8889232b09
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 = {
4108728: function() {
4109304: function() {
Module["emscripten_get_now_backup"] = performance.now;
},
4108783: function($0) {
4109359: function($0) {
performance.now = function() {
return $0;
};
},
4108831: function($0) {
4109407: function($0) {
performance.now = function() {
return $0;
};
},
4108879: function() {
4109455: function() {
performance.now = Module["emscripten_get_now_backup"];
},
4108934: function() {
4109510: function() {
return Module.webglContextAttributes.premultipliedAlpha;
},
4108995: function() {
4109571: function() {
return Module.webglContextAttributes.preserveDrawingBuffer;
}
};

Binary file not shown.