浏览代码

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;
 		}