Fix typing

This commit is contained in:
Paul Tagliamonte
2023-09-20 15:54:42 -04:00
parent bb12eec7f9
commit 2d31f5b0e0

View File

@ -28,7 +28,7 @@ export function useSetupEngineManager(
const quadWidth = Math.round(width / 4) * 4
const height = streamHeight ? streamHeight : 0
const quadHeight = Math.round(height / 4) * 4
const eng = useRef(null)
const eng = useRef<EngineCommandManager|null>(null)
useLayoutEffect(() => {
setStreamDimensions({