Fix ifdef for TGA

This commit is contained in:
Paul Cornett
2017-10-01 09:38:47 -07:00
parent 5cd5c878ee
commit 8c353236ac

View File

@@ -253,7 +253,7 @@ MyCanvas::MyCanvas( wxWindow *parent, wxWindowID id,
}
#endif
#if wxUSE_LIBTIFF
#if wxUSE_TGA
image.Destroy();
if ( !image.LoadFile( dir + wxT("horse.tga"), wxBITMAP_TYPE_TGA ) )