aboutsummaryrefslogtreecommitdiffstats
path: root/src/native/d3d
diff options
context:
space:
mode:
authorKevin Rushforth <[email protected]>2006-01-05 00:25:13 +0000
committerKevin Rushforth <[email protected]>2006-01-05 00:25:13 +0000
commit7473906fa8d017b719d896a4c14bb17e4693d68e (patch)
treecf28eedb56164a98248f65c61041452541b6e7d6 /src/native/d3d
parent7f8f0d57220c765b323e219632fadf9b47a45729 (diff)
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
Diffstat (limited to 'src/native/d3d')
-rw-r--r--src/native/d3d/Attributes.cpp2
1 files changed, 1 insertions, 1 deletions
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
{