Explorar o código

prevent usage with dx12 driver

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

+ 1 - 1
h3d/impl/DirectXDriver.hx

@@ -10,7 +10,7 @@ class DirectXDriver extends h3d.impl.Driver {
 
 }
 
-#elseif hldx
+#elseif (hldx && !dx12)
 
 import h3d.impl.Driver;
 import dx.Driver;