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.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/platform/model.cpp b/tools/platform/model.cpp
index 3649db9dc..8531f7844 100644
--- a/tools/platform/model.cpp
+++ b/tools/platform/model.cpp
@@ -117,7 +117,8 @@ ComPtr<ITextureResource> loadTextureImage(IDevice* device, char const* path)
Format format;
switch (channelCount)
{
- default: return nullptr;
+ default:
+ return nullptr;
case 4:
format = Format::R8G8B8A8_UNORM;