mirror of
https://gitlab.com/skmp/dca3-game.git
synced 2025-08-31 18:32:07 +02:00
Trying again to fix builds: CMatrix constructor.
This commit is contained in:
@@ -18,6 +18,7 @@ public:
|
||||
RwMatrix *m_attachment = nil;
|
||||
bool m_hasRwMatrix = false; // are we the owner?
|
||||
|
||||
CMatrix(void) {}
|
||||
CMatrix(CMatrix const &m);
|
||||
CMatrix(RwMatrix *matrix, bool owner = false);
|
||||
CMatrix(float scale){
|
||||
|
@@ -34,7 +34,7 @@ public:
|
||||
bool m_hasRwMatrix=false; // are we the owner?
|
||||
#endif
|
||||
|
||||
CMatrix(void)=default;
|
||||
CMatrix(void) {}
|
||||
CMatrix(CMatrix const &m);
|
||||
CMatrix(RwMatrix *matrix, bool owner = false);
|
||||
CMatrix(float scale){
|
||||
|
Reference in New Issue
Block a user