summaryrefslogtreecommitdiffstats
path: root/tools/platform/model.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/platform/model.cpp')
-rw-r--r--tools/platform/model.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/platform/model.cpp b/tools/platform/model.cpp
index 57acf9ecd..a48d499b9 100644
--- a/tools/platform/model.cpp
+++ b/tools/platform/model.cpp
@@ -125,7 +125,7 @@ ComPtr<ITextureResource> loadTextureImage(
default:
return nullptr;
- case 4: format = Format::RGBA_Unorm_UInt8;
+ case 4: format = Format::R8G8B8A8_UNORM;
// TODO: handle other cases here if/when we stop forcing 4-component
// results when loading the image with stb_image.