File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Sample/EventHorizon.BabylonJS.Interop.Generator.ConsoleApp Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -16,16 +16,16 @@ public class Program
1616 static void Main ( string [ ] args )
1717 {
1818 //Run(AstParser.Model.ASTParserType.NodeJS, true); // 75084ms/71877ms to generate.
19- //Run(
20- // AstParser.Model.ASTParserType.Sdcb,
21- // true,
22- // "EventHorizon.Blazor.BabylonJS.WASM"
23- //); // 22027ms/19835ms/18236ms to generate.
2419 Run (
2520 AstParser . Model . ASTParserType . Sdcb ,
26- false ,
27- "EventHorizon.Blazor.BabylonJS.Server"
28- ) ;
21+ true ,
22+ "EventHorizon.Blazor.BabylonJS.WASM"
23+ ) ; // 22027ms/19835ms/18236ms to generate.
24+ //Run(
25+ // AstParser.Model.ASTParserType.Sdcb,
26+ // false,
27+ // "EventHorizon.Blazor.BabylonJS.Server"
28+ //);
2929 }
3030 static void Run (
3131 AstParser . Model . ASTParserType type ,
You can’t perform that action at this time.
0 commit comments