fix temp camera reader macros

This commit is contained in:
2025-09-23 16:55:44 -05:00
parent 1d845dd22a
commit e7e0875aee

View File

@@ -124,8 +124,8 @@ class HollywooInterp {
// HollywooFlixel-specific: // HollywooFlixel-specific:
readTable["ADDTEMPCAMERA "] = quickReaderMacro("movie.addTempCamera skipping $$1 $$2 $$3 cc)"); readTable["ADDTEMPCAMERA "] = quickReaderMacro("(movie.addTempCamera skipping $$1 $$2 $$3 cc)");
readTable["REMOVETEMPCAMERA "] = quickReaderMacro("movie.removeTempCamera $$1 $$2 cc)"); readTable["REMOVETEMPCAMERA "] = quickReaderMacro("(movie.removeTempCamera $$1 $$2 cc)");
} }
} }