From e7e0875aeef1963c5de6ba791772cb7566b6a7f9 Mon Sep 17 00:00:00 2001 From: Nat Quayle Nelson Date: Tue, 23 Sep 2025 16:55:44 -0500 Subject: [PATCH] fix temp camera reader macros --- src/hollywoo_flixel/HollywooInterp.hx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/hollywoo_flixel/HollywooInterp.hx b/src/hollywoo_flixel/HollywooInterp.hx index 27aab76..aa2a0e3 100644 --- a/src/hollywoo_flixel/HollywooInterp.hx +++ b/src/hollywoo_flixel/HollywooInterp.hx @@ -124,8 +124,8 @@ class HollywooInterp { // HollywooFlixel-specific: - readTable["ADDTEMPCAMERA "] = quickReaderMacro("movie.addTempCamera skipping $$1 $$2 $$3 cc)"); - readTable["REMOVETEMPCAMERA "] = quickReaderMacro("movie.removeTempCamera $$1 $$2 cc)"); + readTable["ADDTEMPCAMERA "] = quickReaderMacro("(movie.addTempCamera skipping $$1 $$2 $$3 cc)"); + readTable["REMOVETEMPCAMERA "] = quickReaderMacro("(movie.removeTempCamera $$1 $$2 cc)"); } } \ No newline at end of file