Explorar o código

Fix hxsl field that can't be assigned.

clementlandrin hai 1 ano
pai
achega
66c7d04f5a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      hxsl/Checker.hx

+ 1 - 1
hxsl/Checker.hx

@@ -406,7 +406,7 @@ class Checker {
 				return;
 			default:
 			}
-		case TSwiz(e, _):
+		case TSwiz(e, _), TField(e, _):
 			checkWrite(e);
 			return;
 		case TArray(e, _):