fixed few bug in BitmapLoad/DrawGeometry
This commit is contained in:
@@ -79,7 +79,7 @@ namespace hgl
|
||||
io::OpenFileInputStream fis(filename);
|
||||
|
||||
if(!fis)
|
||||
return(false);
|
||||
return(nullptr);
|
||||
|
||||
return LoadBitmapFromTGA<T>(&fis);
|
||||
}
|
||||
|
Reference in New Issue
Block a user