mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-27 07:03:36 -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 {
|
||||
public:
|
||||
std::string _str;
|
||||
bool _bool;
|
||||
int _int;
|
||||
int64_t _int_64;
|
||||
double _double;
|
||||
int _int;
|
||||
bool _bool;
|
||||
short _flags;
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user