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