Fix KRTexturePNG::getExtension, which was returning tga rather than png.
Some checks failed
CMake on multiple platforms / build (Release, cl, cl, windows-latest) (push) Has been cancelled
CMake on multiple platforms / build (Release, clang, clang++, macos-latest) (push) Has been cancelled
CMake on multiple platforms / build (Release, clang, clang++, ubuntu-latest) (push) Has been cancelled
CMake on multiple platforms / build (Release, gcc, g++, ubuntu-latest) (push) Has been cancelled
Some checks failed
CMake on multiple platforms / build (Release, cl, cl, windows-latest) (push) Has been cancelled
CMake on multiple platforms / build (Release, clang, clang++, macos-latest) (push) Has been cancelled
CMake on multiple platforms / build (Release, clang, clang++, ubuntu-latest) (push) Has been cancelled
CMake on multiple platforms / build (Release, gcc, g++, ubuntu-latest) (push) Has been cancelled
This commit is contained in:
@@ -175,7 +175,7 @@ VkFormat KRTexturePNG::getFormat() const
|
|||||||
|
|
||||||
std::string KRTexturePNG::getExtension()
|
std::string KRTexturePNG::getExtension()
|
||||||
{
|
{
|
||||||
return "tga";
|
return "png";
|
||||||
}
|
}
|
||||||
|
|
||||||
int KRTexturePNG::getFaceCount() const
|
int KRTexturePNG::getFaceCount() const
|
||||||
|
|||||||
Reference in New Issue
Block a user