commit | 9f2e0fa2e09345a93fbdee852b933937c6ef98f2 | [log] [tgz] |
---|---|---|
author | Stefan Dösinger <stefan@codeweavers.com> | Sat Jan 06 18:41:43 2007 +0100 |
committer | Alexandre Julliard <julliard@winehq.org> | Mon Jan 08 21:00:14 2007 +0100 |
tree | e21394f924ac23aa0c5a8d1d99f5722b2962fa6c | |
parent | 2e55c196ee1b177e11b354273d80af1a8cb9ca38 [diff] [blame] |
wined3d: Do not try to read the vertex decl when the stateblock isn't finalized.
diff --git a/dlls/wined3d/wined3d_private.h b/dlls/wined3d/wined3d_private.h index e8b60de..f50182a 100644 --- a/dlls/wined3d/wined3d_private.h +++ b/dlls/wined3d/wined3d_private.h
@@ -588,6 +588,7 @@ BOOL isRecordingState; IWineD3DStateBlockImpl *stateBlock; IWineD3DStateBlockImpl *updateStateBlock; + BOOL isInDraw; /* Internal use fields */ WINED3DDEVICE_CREATION_PARAMETERS createParms;