debug
This commit is contained in:
parent
23fcddb2a3
commit
fb29bb4816
@ -805,6 +805,7 @@ const renderSceneThrottled = throttleRAF(
|
||||
callback?: (data: ReturnType<typeof _renderScene>) => void;
|
||||
}) => {
|
||||
const ret = _renderScene(config);
|
||||
if(!config.appState.shouldCacheIgnoreZoom) console.log(`renderScene 2 throttled`, config.callback)
|
||||
config.callback?.(ret);
|
||||
},
|
||||
{ trailing: true },
|
||||
|
Loading…
x
Reference in New Issue
Block a user