This commit is contained in:
r4ph3rd 2023-07-11 20:13:51 +02:00
parent 776f5b71b6
commit 1226bb69b1
4 changed files with 8 additions and 6 deletions

2
.gitignore vendored
View File

@ -4,3 +4,5 @@ Android_VR/
exports/
desktop_VR/
unitypackages/

Binary file not shown.

View File

@ -1159,26 +1159,26 @@ var tempDouble;
var tempI64;
var ASM_CONSTS = {
4109e3: function() {
4109096: function() {
Module["emscripten_get_now_backup"] = performance.now;
},
4109055: function($0) {
4109151: function($0) {
performance.now = function() {
return $0;
};
},
4109103: function($0) {
4109199: function($0) {
performance.now = function() {
return $0;
};
},
4109151: function() {
4109247: function() {
performance.now = Module["emscripten_get_now_backup"];
},
4109206: function() {
4109302: function() {
return Module.webglContextAttributes.premultipliedAlpha;
},
4109267: function() {
4109363: function() {
return Module.webglContextAttributes.preserveDrawingBuffer;
}
};

Binary file not shown.