summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorFWoltermann@gmail.com <FWoltermann@gmail.com@076cb2c4-205e-83fd-5cf3-1be9aa105544>2011-12-09 16:35:32 +0000
committerFWoltermann@gmail.com <FWoltermann@gmail.com@076cb2c4-205e-83fd-5cf3-1be9aa105544>2011-12-09 16:35:32 +0000
commit08817c109d2144e6f83d0723cf2d74b10cc0f420 (patch)
tree647b9d8e1a82afc9aacb1cd75477a4ccafd0bc8b
parentf71c8f59f2c16747ae91dac142a679fec9690893 (diff)
downloadstarshatter-08817c109d2144e6f83d0723cf2d74b10cc0f420.zip
starshatter-08817c109d2144e6f83d0723cf2d74b10cc0f420.tar.gz
starshatter-08817c109d2144e6f83d0723cf2d74b10cc0f420.tar.bz2
Removed a little unneeded debug hack
-rw-r--r--nGenEx/VideoDX9.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/nGenEx/VideoDX9.cpp b/nGenEx/VideoDX9.cpp
index 0cf6eda..6200db8 100644
--- a/nGenEx/VideoDX9.cpp
+++ b/nGenEx/VideoDX9.cpp
@@ -265,10 +265,6 @@ VideoDX9::VideoDX9(const HWND& window, VideoSettings* vs)
d3d = Direct3DCreate9(D3D_SDK_VERSION);
dx9enum = new(__FILE__,__LINE__) VideoDX9Enum(d3d);
- // DEBUG
- vs->is_windowed = true;
- // DEBUG
-
if (d3d && dx9enum) {
if (vs) {
dx9enum->req_fullscreen = vs->is_windowed ? false : true;