Ver Fonte

fixed TMeta handling

ncannasse há 8 anos atrás
pai
commit
1c97c46d05
1 ficheiros alterados com 2 adições e 0 exclusões
  1. 2 0
      hxsl/AgalOut.hx

+ 2 - 0
hxsl/AgalOut.hx

@@ -339,6 +339,8 @@ class AgalOut {
 			default:
 			}
 			throw "Conditional not supported " + econd.e+" " + econd.p;
+		case TMeta(_, _, e):
+			return expr(e);
 		default:
 			throw "Expression '" + Printer.toString(e)+"' not supported in AGAL "+e.p;
 		}