Selaa lähdekoodia

dx9 is different

David Rose 19 vuotta sitten
vanhempi
sitoutus
f645944195
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      dtool/Config.pp

+ 1 - 1
dtool/Config.pp

@@ -631,7 +631,7 @@
 // Is DirectX9 available, and should we try to build with it?
 #define DX9_IPATH
 #define DX9_LPATH
-#define DX9_LIBS d3d8.lib d3dx8.lib dxerr8.lib
+#define DX9_LIBS d3d9.lib d3dx9.lib dxerr9.lib
 #defer HAVE_DX9 $[libtest $[DX9_LPATH],$[DX9_LIBS]]
 
 // Is OpenCV installed, and where?