mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 13:58:04 +02:00
st/nine: fix DBG typo (trivial)
Signed-off-by: David Heidelberg <david@ixit.cz> Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
fbfe2918f4
commit
4fb1d00f4e
1 changed files with 1 additions and 1 deletions
|
|
@ -1219,7 +1219,7 @@ NineDevice9_StretchRect( struct NineDevice9 *This,
|
|||
pSourceRect->left, pSourceRect->top,
|
||||
pSourceRect->right, pSourceRect->bottom);
|
||||
if (pDestRect)
|
||||
DBG("pSourceRect=(%u,%u)-(%u,%u)\n", pDestRect->left, pDestRect->top,
|
||||
DBG("pDestRect=(%u,%u)-(%u,%u)\n", pDestRect->left, pDestRect->top,
|
||||
pDestRect->right, pDestRect->bottom);
|
||||
|
||||
user_assert(!zs || !This->in_scene, D3DERR_INVALIDCALL);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue