Skip to content

Commit

Permalink
d_wood: Simplify dummy data at the top of .data section
Browse files Browse the repository at this point in the history
  • Loading branch information
themikelester committed Oct 29, 2024
1 parent 4e3103e commit a261786
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/d/d_wood.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ struct Attr_c {
//-----------------------------------------
// Data
//-----------------------------------------
static Vec _pad0[1] = {1, 1, 1};
static Vec _pad1[1] = {1, 1, 1};
static Vec dummy1 = { 1.0f, 1.0f, 1.0f };
static Vec dummy2 = { 1.0f, 1.0f, 1.0f };

namespace dWood {
namespace {
Expand Down

0 comments on commit a261786

Please sign in to comment.