GCC doesn't like this static const int for some weird reason...
This commit is contained in:
parent
be4b0cb67b
commit
2d772dc0f2
1 changed files with 1 additions and 1 deletions
|
|
@ -232,6 +232,6 @@ private:
|
|||
} copy;
|
||||
|
||||
LightmapBakeImage bakeImage;
|
||||
static const int bakeImageSize = 2048;
|
||||
enum { bakeImageSize = 2048 };
|
||||
std::unique_ptr<RectPacker> packer;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue