fix temp camera reader macros
This commit is contained in:
@@ -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)");
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
Reference in New Issue
Block a user