aboutsummaryrefslogtreecommitdiff
path: root/src/GPU3D.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/GPU3D.cpp')
-rw-r--r--src/GPU3D.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GPU3D.cpp b/src/GPU3D.cpp
index 4f146ae..e687e37 100644
--- a/src/GPU3D.cpp
+++ b/src/GPU3D.cpp
@@ -616,7 +616,7 @@ int InitRenderer(bool hasGL)
if (!GLRenderer::Init())
renderer = 0;
}
-
+printf("renderer: %d\n", renderer);
if (renderer == 0) SoftRenderer::Init();
Renderer = renderer;