From 50e3176d34502d013f0e3a3810e8f2d8e96de5dc Mon Sep 17 00:00:00 2001 From: Kevin Rushforth Date: Thu, 5 Jan 2006 21:13:28 +0000 Subject: 1. Include pre-FCS spec license. 2. Move debug print statement in d3d init code to be inside "if (debug)" test git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@496 ba19aa83-45c5-6ac9-afd3-db810772062c --- src/native/d3d/D3dDriverInfo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/native') diff --git a/src/native/d3d/D3dDriverInfo.cpp b/src/native/d3d/D3dDriverInfo.cpp index 2545455..fdad7a9 100644 --- a/src/native/d3d/D3dDriverInfo.cpp +++ b/src/native/d3d/D3dDriverInfo.cpp @@ -331,8 +331,8 @@ VOID D3dDriverInfo::initialize(JNIEnv *env) LPDIRECT3D9 pD3D = Direct3DCreate9( D3D_SDK_VERSION ); - printf("[Java3D] Using DirectX D3D 9.0 or higher.\n"); if (debug){ + printf("[Java3D] Using DirectX D3D 9.0 or higher.\n"); printf("[Java3D] DirectX D3D renderer build 1.4.2005.12.30\n"); } if (pD3D == NULL) { -- cgit v1.2.3