Skip to content

Commit

Permalink
Merge branch '197-set-the-layout-type-size-to-64-bit' into 'master'
Browse files Browse the repository at this point in the history
Resolve "Set the layout type size to 64 bit"

Closes aerys#197

See merge request aerys/smartshape-engine!194
  • Loading branch information
Thomas Ville committed Nov 29, 2019
2 parents 78d8a17 + e72271f commit 17f0e44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/src/minko/scene/Layout.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ const Layout BuiltinLayout::_RESERVED_4 = 1 << 13;

const Layout LayoutMask::NOTHING = 0;
const Layout LayoutMask::COLLISIONS_DYNAMIC_DEFAULT = EVERYTHING & ~BuiltinLayout::STATIC;
const Layout LayoutMask::EVERYTHING = 0xffffffff;
const Layout LayoutMask::EVERYTHING = std::numeric_limits<Layout>::max();

0 comments on commit 17f0e44

Please sign in to comment.