Roderick Colenbrander : wined3d: Add a break which got lost in the POINTSCALEENABLE fix.

Alexandre Julliard julliard at wine.codeweavers.com
Fri Feb 3 12:03:06 CST 2006


Module: wine
Branch: refs/heads/master
Commit: da512ca6552f6bd5a9570811b4ca20a3e40c6b44
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=da512ca6552f6bd5a9570811b4ca20a3e40c6b44

Author: Roderick Colenbrander <thunderbird2k at gmx.net>
Date:   Fri Feb  3 18:51:30 2006 +0100

wined3d: Add a break which got lost in the POINTSCALEENABLE fix.

---

 dlls/wined3d/device.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/dlls/wined3d/device.c b/dlls/wined3d/device.c
index c5c4c47..ec7dc60 100644
--- a/dlls/wined3d/device.c
+++ b/dlls/wined3d/device.c
@@ -3525,6 +3525,7 @@ HRESULT WINAPI IWineD3DDeviceImpl_SetRen
         } else {
             TRACE("POINT_PARAMETERS not supported in this version of opengl\n");
         }
+	break;
     }
     case WINED3DRS_COLORWRITEENABLE          :
       {




More information about the wine-cvs mailing list