Fix typo in pnmimage
This commit is contained in:
@@ -170,9 +170,9 @@ namespace OpenVulkano
|
||||
return image;
|
||||
}
|
||||
|
||||
static PfmImage TryReadImage(std::istream& inStream)
|
||||
static PnmImage TryReadImage(std::istream& inStream)
|
||||
{
|
||||
PfmImage image;
|
||||
PnmImage image;
|
||||
image.TryRead(inStream);
|
||||
return image;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user