Skip to content

Commit 0a6fc79

Browse files
committed
new sims htmls
1 parent e25bc85 commit 0a6fc79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/3dscript.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ function Play(){
307307
jm++;
308308
}
309309

310-
let sn = 'Cr*: '+parseFloat(Yrmax).toFixed(2) +' mM, '+'Cs*: '+parseFloat(Ymax).toFixed(2) +'mM, '+'Tr/Ts: '+parseFloat(Tr/Ts).toFixed(2);
310+
let sn = 'Cr*: '+parseFloat(Yrmax).toFixed(2) +' mM, '+'Ci*: '+parseFloat(Ymax).toFixed(2) +'mM, '+'Tr/Ts: '+parseFloat(Tr/Ts).toFixed(2);
311311
//setIntTitle('Ready');
312312
setIntTitle(sn);
313313
render();

0 commit comments

Comments
 (0)