finalize multiselect UX, fix typo
This commit is contained in:
@@ -230,7 +230,7 @@ void blp_texture::finishLoading()
|
|||||||
if (f.isEof())
|
if (f.isEof())
|
||||||
{
|
{
|
||||||
finished = true;
|
finished = true;
|
||||||
throw std::runtime_error ("File " + filename + " does not exists");
|
throw std::runtime_error ("File " + filename + " does not exist");
|
||||||
}
|
}
|
||||||
|
|
||||||
char const* lData = f.getPointer();
|
char const* lData = f.getPointer();
|
||||||
@@ -250,6 +250,7 @@ void blp_texture::finishLoading()
|
|||||||
{
|
{
|
||||||
finished = true;
|
finished = true;
|
||||||
throw std::logic_error ("unimplemented BLP colorEncoding");
|
throw std::logic_error ("unimplemented BLP colorEncoding");
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
f.close();
|
f.close();
|
||||||
|
|||||||
Reference in New Issue
Block a user