From 7473906fa8d017b719d896a4c14bb17e4693d68e Mon Sep 17 00:00:00 2001 From: Kevin Rushforth Date: Thu, 5 Jan 2006 00:25:13 +0000 Subject: Comment out call to printDepthFunc() to fix build failure. git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@490 ba19aa83-45c5-6ac9-afd3-db810772062c --- src/native/d3d/Attributes.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/native/d3d') diff --git a/src/native/d3d/Attributes.cpp b/src/native/d3d/Attributes.cpp index d4caca8..fab3c15 100644 --- a/src/native/d3d/Attributes.cpp +++ b/src/native/d3d/Attributes.cpp @@ -585,7 +585,7 @@ void JNICALL Java_javax_media_j3d_RenderingAttributesRetained_updateNative( if (db_write_enable) { device->SetRenderState(D3DRS_ZFUNC, getDepthFunc(db_func)); - printDepthFunc(db_func); + // printDepthFunc(db_func); } else { -- cgit v1.2.3