mirror of
https://github.com/isledecomp/isle.git
synced 2025-03-22 04:35:28 -04:00
Fix member visibility
This commit is contained in:
parent
54ed98b9d6
commit
5aef35d9c7
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ public:
|
||||||
|
|
||||||
friend class MxDirect3D;
|
friend class MxDirect3D;
|
||||||
|
|
||||||
public:
|
private:
|
||||||
GUID m_guid; // 0x00
|
GUID m_guid; // 0x00
|
||||||
MxU32 m_flags; // 0x10
|
MxU32 m_flags; // 0x10
|
||||||
D3DDEVICEDESC m_desc; // 0x14
|
D3DDEVICEDESC m_desc; // 0x14
|
||||||
|
|
Loading…
Reference in a new issue