fixes negative starting mana
This commit is contained in:
parent
fcb2bd2815
commit
d018d9077d
4 changed files with 17 additions and 10 deletions
|
|
@ -208,7 +208,7 @@ function makeMutClosure(arg0, arg1, dtor, f) {
|
|||
return real;
|
||||
}
|
||||
function __wbg_adapter_20(arg0, arg1) {
|
||||
wasm._dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__he878b5719967bfcb(arg0, arg1);
|
||||
wasm._dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hae2c5f4c506a80cd(arg0, arg1);
|
||||
}
|
||||
|
||||
function __wbg_adapter_23(arg0, arg1, arg2) {
|
||||
|
|
@ -801,16 +801,16 @@ function __wbg_get_imports() {
|
|||
const ret = wasm.memory;
|
||||
return addHeapObject(ret);
|
||||
};
|
||||
imports.wbg.__wbindgen_closure_wrapper699 = function(arg0, arg1, arg2) {
|
||||
const ret = makeMutClosure(arg0, arg1, 124, __wbg_adapter_20);
|
||||
imports.wbg.__wbindgen_closure_wrapper258 = function(arg0, arg1, arg2) {
|
||||
const ret = makeMutClosure(arg0, arg1, 15, __wbg_adapter_20);
|
||||
return addHeapObject(ret);
|
||||
};
|
||||
imports.wbg.__wbindgen_closure_wrapper2754 = function(arg0, arg1, arg2) {
|
||||
const ret = makeMutClosure(arg0, arg1, 522, __wbg_adapter_23);
|
||||
imports.wbg.__wbindgen_closure_wrapper2910 = function(arg0, arg1, arg2) {
|
||||
const ret = makeMutClosure(arg0, arg1, 549, __wbg_adapter_23);
|
||||
return addHeapObject(ret);
|
||||
};
|
||||
imports.wbg.__wbindgen_closure_wrapper2756 = function(arg0, arg1, arg2) {
|
||||
const ret = makeMutClosure(arg0, arg1, 522, __wbg_adapter_23);
|
||||
imports.wbg.__wbindgen_closure_wrapper2912 = function(arg0, arg1, arg2) {
|
||||
const ret = makeMutClosure(arg0, arg1, 549, __wbg_adapter_23);
|
||||
return addHeapObject(ret);
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue