Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThorvald Natvig <slicer@users.sourceforge.net>2010-02-01 13:48:13 +0300
committerThorvald Natvig <slicer@users.sourceforge.net>2010-02-01 13:48:13 +0300
commitdebc396d5bcccce829e6fca19d6142c366d6186e (patch)
treea34b53a13d9175c4b5e9103bd4e866de81bb7a98 /overlay
parente6b585db2ce02d2282233a105f84d5b0ef53dc75 (diff)
Indent, changelog, submodule and language update
Diffstat (limited to 'overlay')
-rw-r--r--overlay/d3d9.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/overlay/d3d9.cpp b/overlay/d3d9.cpp
index 31976ebb7..e09cabdd5 100644
--- a/overlay/d3d9.cpp
+++ b/overlay/d3d9.cpp
@@ -104,7 +104,7 @@ void DevState::blit(unsigned int x, unsigned int y, unsigned int w, unsigned int
return;
D3DLOCKED_RECT lr;
-
+
if ((x == 0) && (y == 0) && (w == uiWidth) && (h == uiHeight)) {
if (texTexture->LockRect(0, &lr, NULL, D3DLOCK_DISCARD) != D3D_OK)
return;
@@ -199,7 +199,7 @@ void DevState::draw() {
if (! a_ucTexture || (uiLeft == uiRight))
return;
-
+
if (! texTexture) {
unsigned int l, r, t, b;
l = uiLeft;