Selaa lähdekoodia

fixed TMeta handling

ncannasse 8 vuotta sitten
vanhempi
commit
1c97c46d05
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  1. 2 0
      hxsl/AgalOut.hx

+ 2 - 0
hxsl/AgalOut.hx

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