Fix stopTempCam() wrapper function

This commit is contained in:
Jim Shield
2025-09-06 22:32:02 +01:00
parent 657bc3935c
commit ac9a7df57b

View File

@@ -179,4 +179,4 @@ end
function createCam(...) createTempCam(...) end
function startCam(...) startTempCam(...) end
function stopTempCam(...) startCam(...) end
function stopCam(...) stopTempCam(...) end