Clement Espeute 2 years ago
parent
commit
c77fc44520
1 changed files with 2 additions and 2 deletions
  1. 2 2
      hrt/impl/Macros.hx

+ 2 - 2
hrt/impl/Macros.hx

@@ -90,7 +90,7 @@ class Macros {
 
 		var name = "";
 		switch(val.expr)  {
-			case EField(_, n, _):
+			case EField(_, n):
 				name = n;
 			default:
 				throw "assert";
@@ -110,7 +110,7 @@ class Macros {
 
 		var name = "";
 		switch(val.expr)  {
-			case EField(_, n, _):
+			case EField(_, n):
 				name = n;
 			default:
 				throw "assert";