mirror of
https://github.com/jimathy/jim_bridge.git
synced 2026-08-18 22:36:04 +01:00
Fix stopTempCam() wrapper function
This commit is contained in:
@@ -179,4 +179,4 @@ end
|
|||||||
|
|
||||||
function createCam(...) createTempCam(...) end
|
function createCam(...) createTempCam(...) end
|
||||||
function startCam(...) startTempCam(...) end
|
function startCam(...) startTempCam(...) end
|
||||||
function stopTempCam(...) startCam(...) end
|
function stopCam(...) stopTempCam(...) end
|
||||||
Reference in New Issue
Block a user