Skip to content

Commit

Permalink
Update DXFLoader.cpp
Browse files Browse the repository at this point in the history
revert it
  • Loading branch information
kimkulling committed Jan 27, 2024
1 parent c6fe03f commit a8d30f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/AssetLib/DXF/DXFLoader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ static const aiColor4D AI_DXF_DEFAULT_COLOR(aiColor4D(0.6f, 0.6f, 0.6f, 0.6f));
// taken directly from the AutoCad Index (ACI) table
// https://gohtx.com/acadcolors.php
//STH 2024-0126
static constexpr aiColor4D g_aclrDxfIndexColors[256] = {
static const aiColor4D g_aclrDxfIndexColors[256] = {
aiColor4D (0.0f, 0.0f ,0.0f, 1.0f), //dxf color code 0
aiColor4D (1.0f, 0.0f ,0.0f, 1.0f), //dxf color code 1
aiColor4D (1.0f, 1.0f ,0.0f, 1.0f), //dxf color code 2
Expand Down

0 comments on commit a8d30f7

Please sign in to comment.