소스 검색

fixed TMeta handling

ncannasse 8 년 전
부모
커밋
1c97c46d05
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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;
 		}