mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 23:00:04 +00:00
comment out some unused variables/constants
This commit is contained in:
parent
a2efe1a928
commit
f5a5d3172f
8 changed files with 15 additions and 15 deletions
|
|
@ -31,7 +31,7 @@ static constexpr std::size_t kIntegersPerVertex_ = 3;
|
|||
|
||||
static constexpr std::size_t kTessVertexScreenX_ = 0;
|
||||
static constexpr std::size_t kTessVertexScreenY_ = 1;
|
||||
static constexpr std::size_t kTessVertexScreenZ_ = 2;
|
||||
//static constexpr std::size_t kTessVertexScreenZ_ = 2;
|
||||
static constexpr std::size_t kTessVertexXOffset_ = 3;
|
||||
static constexpr std::size_t kTessVertexYOffset_ = 4;
|
||||
static constexpr std::size_t kTessVertexR_ = 5;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue