Skip to content

Commit a608934

Browse files
author
Avaer Kazmer
committed
Remove dead Date override
1 parent c35bb70 commit a608934

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

vrarmik.html

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -140,11 +140,6 @@
140140
orbitControls.update();
141141

142142
const realDateNow = (now => () => now())(Date.now);//() => 2000;
143-
window.Date = {
144-
now() {
145-
return 0;
146-
},
147-
};
148143
function animate() {
149144
if (rig) {
150145
const positionOffset = Math.sin((realDateNow()%10000)/10000*Math.PI*2)*2;

0 commit comments

Comments
 (0)