mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-12 13:00:32 +00:00
typo fix
This commit is contained in:
committed by
Baldur Karlsson
parent
0883514a8f
commit
97ea37d64f
@@ -755,7 +755,7 @@ void ImageViewer::RefreshFile()
|
||||
texDetails.width = exrImage.width;
|
||||
texDetails.height = exrImage.height;
|
||||
|
||||
if(texDetails.width > 16384 || texDetails.width > 16384)
|
||||
if(texDetails.width > 16384 || texDetails.height > 16384)
|
||||
{
|
||||
SET_ERROR_RESULT(m_Error, ResultCode::OutOfMemory,
|
||||
"EXR dimension %d x %d is too large for display", exrImage.width,
|
||||
|
||||
Reference in New Issue
Block a user