summaryrefslogtreecommitdiff
path: root/Runtime/Graphics/DefaultVertexLayout.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Runtime/Graphics/DefaultVertexLayout.cpp')
-rw-r--r--Runtime/Graphics/DefaultVertexLayout.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Runtime/Graphics/DefaultVertexLayout.cpp b/Runtime/Graphics/DefaultVertexLayout.cpp
index 0781c2e..a468100 100644
--- a/Runtime/Graphics/DefaultVertexLayout.cpp
+++ b/Runtime/Graphics/DefaultVertexLayout.cpp
@@ -30,8 +30,8 @@ namespace VertexLayout
if (attr == VertexAttr_Color)
return true;
/*
- if (format == VertexAttrFormat_Color || format == VertexAttrFormat_Byte)
- return true;
+ if (format == VertexAttrFormat_Color || format == VertexAttrFormat_Byte)
+ return true;
*/
return false;
}