mirror of
https://github.com/isledecomp/isle.git
synced 2024-11-22 15:48:09 -05: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 @@ class MxAssignedDevice {
|
|||
|
||||
friend class MxDirect3D;
|
||||
|
||||
public:
|
||||
private:
|
||||
GUID m_guid; // 0x00
|
||||
MxU32 m_flags; // 0x10
|
||||
D3DDEVICEDESC m_desc; // 0x14
|
||||
|
|
Loading…
Reference in a new issue