Explorar o código

fixed old hl typo

ncannasse %!s(int64=7) %!d(string=hai) anos
pai
achega
f144c9296d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      h3d/impl/DirectXDriver.hx

+ 1 - 1
h3d/impl/DirectXDriver.hx

@@ -1092,7 +1092,7 @@ class DirectXDriver extends h3d.impl.Driver {
 		IncrSat,
 		Incr,
 		DecrSat,
-		Decr,
+		#if (hldx < "1.7.0") Desc #else Decr #end,
 		Invert,
 	];