Final tweaks for deploy
virtual screen size does matter,and curv is a little more memory hungry than the other functions
This commit is contained in:
@@ -230,7 +230,7 @@ export function PureIdeViewer({
|
||||
<Controls
|
||||
onDragStart={() => setIsDragging(true)}
|
||||
onInit={onInit}
|
||||
onCameraChange={() => {onCameraChange(); setIsDragging(false)}}
|
||||
onCameraChange={(...args) => {onCameraChange(...args); setIsDragging(false)}}
|
||||
controlsRef={controlsRef}
|
||||
camera={camera}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user