Browse Source

prevent usage with dx12 driver

Nicolas Cannasse 3 years ago
parent
commit
f99bbfb0e3
1 changed files with 1 additions and 1 deletions
  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 h3d.impl.Driver;
 import dx.Driver;
 import dx.Driver;