sigh... fix the image to capture_image

This commit is contained in:
Isaac Connor 2015-02-22 16:36:01 -05:00
parent 2f3104aada
commit 550d517701
1 changed files with 1 additions and 1 deletions

View File

@ -2870,7 +2870,7 @@ int Monitor::Capture()
if ( capture_image->Size() != camera->ImageSize() ) if ( capture_image->Size() != camera->ImageSize() )
{ {
Error( "Captured image %d does not match expected size %d check width, height and colour depth",capture_image.Size(),camera->ImageSize() ); Error( "Captured image %d does not match expected size %d check width, height and colour depth",capture_image->Size(),camera->ImageSize() );
return( -1 ); return( -1 );
} }