Skip to content

Commit a2a02a6

Browse files
qudixgithub-actions[bot]
authored andcommitted
maintenance
1 parent e04ef4a commit a2a02a6

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

include/RE/B/BGSInventoryItem.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ namespace RE
8484
{}
8585

8686
// override (StackDataCompareFunctor)
87-
bool CompareData(const BGSInventoryItem::Stack&) override { return true; } // this->extra == extra; ??
87+
bool CompareData(const BGSInventoryItem::Stack&) override { return true; } // this->extra == extra; ??
8888

8989
// members
9090
const ExtraDataList* extra; // 08

include/RE/B/BSGraphics.h

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -163,12 +163,12 @@ namespace RE
163163
{
164164
public:
165165
// members
166-
std::uint32_t id{ 0 }; // 00
167-
REX::W32::ID3D11DomainShader* shader{ nullptr }; // 08
168-
std::uint32_t byteCodeSize{ 0 }; // 10
169-
BSGraphics::ConstantGroup constantBuffers[3]{}; // 18
170-
std::uint64_t shaderDesc{ 0 }; // 60
171-
std::int8_t constantTable[32]{ 0 }; // 68
166+
std::uint32_t id{ 0 }; // 00
167+
REX::W32::ID3D11DomainShader* shader{ nullptr }; // 08
168+
std::uint32_t byteCodeSize{ 0 }; // 10
169+
BSGraphics::ConstantGroup constantBuffers[3]{}; // 18
170+
std::uint64_t shaderDesc{ 0 }; // 60
171+
std::int8_t constantTable[32]{ 0 }; // 68
172172
};
173173
static_assert(sizeof(DomainShader) == 0x88);
174174

0 commit comments

Comments
 (0)