wined3d: Change an ERR to a WARN in IWineD3DVolumeImpl_UnlockBox().
authorHenri Verbeet <hverbeet@codeweavers.com>
Wed, 16 Dec 2009 18:55:57 +0000 (19:55 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 17 Dec 2009 11:43:16 +0000 (12:43 +0100)
commit35d5e7669e6f6b122d6a215db07b74267e15173d
tree12dea90720c3b43142a0f413f2f40959f03141c9
parentd5a8637ecce0d1e02f8d7a0294a5524861d70b7b
wined3d: Change an ERR to a WARN in IWineD3DVolumeImpl_UnlockBox().

Trying to unlock a volume that isn't locked is questionable behaviour on the
side of the application, but not an internal error.
dlls/wined3d/volume.c