wineded3: dirtyend set to more than resource size.

This commit is contained in:
Christoph Bumiller 2007-01-01 19:08:06 +01:00 committed by Alexandre Julliard
parent d955715180
commit b3d018f99b
1 changed files with 1 additions and 1 deletions

View File

@ -439,7 +439,7 @@ static HRESULT WINAPI IWineD3DVertexBufferImpl_Lock(IWineD3DVertexBuffer *iface
if(SizeToLock)
This->dirtyend = OffsetToLock + SizeToLock;
else
This->dirtyend = OffsetToLock + This->resource.size;
This->dirtyend = This->resource.size;
}
if(This->resource.allocatedMemory) {