aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
{