Blender Git Commit Log

Git Commits -> Revision 3e86cfa

Revision 3e86cfa by Ray molenkamp (master)
September 25, 2018, 16:12 (GMT)
depsgraph: re-Fix 32 bit shift bug in get_visible_components_mask.

1UL << n still results in a 32 bit result, 1ULL << n actually retains all 64 bits.

fixes stupid typo in rBbd51cada8db64e45cabca66cd61438c1ae2bdf25

Commit Details:

Full Hash: 3e86cfa1ffd9f11a9820c5871b603c8d01218356
Parent Commit: af998b4
Lines Changed: +1, -1

1 Modified Path:

/source/blender/depsgraph/intern/nodes/deg_node_id.cc (+1, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021