Browse Source

fix for Reflect

Nicolas Cannasse 1 year ago
parent
commit
641ca7ad15
1 changed files with 1 additions and 0 deletions
  1. 1 0
      hide/Plugin.hx

+ 1 - 0
hide/Plugin.hx

@@ -96,6 +96,7 @@ class Plugin {
 		}		
 		for( e in EXCLUDES )
 			C.exclude(e);
+		hide.tools.Macros.initHide();
 	}
 	#end