[OTR] Initial support for PNG textures (#1634)
This commit is contained in:
@@ -147,7 +147,7 @@ void ImageBackend::ReadPng(const char* filename)
|
||||
|
||||
void ImageBackend::ReadPng(const fs::path& filename)
|
||||
{
|
||||
ReadPng(filename.c_str());
|
||||
ReadPng(filename.string().c_str());
|
||||
}
|
||||
|
||||
void ImageBackend::WritePng(const char* filename)
|
||||
|
||||
Reference in New Issue
Block a user