Blender Git Commit Log
Git Commits -> Revision c595112
Revision c595112 by Ton Roosendaal (master) June 9, 2006, 12:00 (GMT) |
Bugfix #4288 The new Image icon system didn't take care of float images yet, causing crashes. Andrea: I also cleaned up some of the syntax... - try to stick to NULL for pointer values (not 0), reads nicer - pointer declarations like: int* a, b; is confusing... use: int *a, b; it wasn't consistant in code either... :) |
Commit Details:
Full Hash: c595112d3d6d3db9809326edf2384dd3e7b7cb61
SVN Revision: 7655
Parent Commit: 908389b
Lines Changed: +27, -18
1 Modified Path:
/source/blender/src/interface_icons.c (+27, -18) (Diff)