Pārlūkot izejas kodu

fixed old hl typo

ncannasse 7 gadi atpakaļ
vecāks
revīzija
f144c9296d
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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,
 	];