Blender Git Loki
Git Commits -> Revision 526e60d
Revision 526e60d by Campbell Barton (master) October 27, 2021, 06:10 (GMT) |
Cleanup: remove underscore prefix from variable Avoid using underscore prefix since these typically mean the variable shouldn't be accessed directly (it may be accessed from a macro, or memory on the stack which is assigned to a pointer). In this case a more meaningful name can be used for the argument that was shadowed. |
Commit Details:
Full Hash: 526e60d4f0b440e2e28e73620caa10920ab0732b
Parent Commit: 9cb4624
Lines Changed: +20, -20