浏览代码

fixed old hl typo

ncannasse 7 年之前
父节点
当前提交
f144c9296d
共有 1 个文件被更改,包括 1 次插入1 次删除
  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,
 	];