mirror of
https://github.com/italicsjenga/agb.git
synced 2025-01-22 07:06:41 +11:00
remove log statement
This commit is contained in:
parent
f1ef67ad1e
commit
b830410e39
1 changed files with 0 additions and 1 deletions
|
@ -14,7 +14,6 @@ export const useFrameSkip = (mgbaModule: MutableRefObject<mGBAEmulator>) => {
|
|||
const raf = (time: DOMHighResTimeStamp) => {
|
||||
if (previous) {
|
||||
const delta = time - previous;
|
||||
console.log(delta);
|
||||
|
||||
smoothedFrameTime = (smoothedFrameTime * 3 + delta) / 4;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue