mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-27 15:25:54 -04:00
prc: Reorder ConfigDeclaration::Word fields for better packing
This commit is contained in:
parent
5e24e7347c
commit
f4d394ecd8
@ -107,10 +107,10 @@ private:
|
|||||||
class Word {
|
class Word {
|
||||||
public:
|
public:
|
||||||
std::string _str;
|
std::string _str;
|
||||||
bool _bool;
|
|
||||||
int _int;
|
|
||||||
int64_t _int_64;
|
int64_t _int_64;
|
||||||
double _double;
|
double _double;
|
||||||
|
int _int;
|
||||||
|
bool _bool;
|
||||||
short _flags;
|
short _flags;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user