Blender Git Loki

Git Commits -> Revision 9f8a60a

Revision 9f8a60a by Porteries Tristan (temp-bge-cleanup)
May 4, 2015, 17:09 (GMT)
BGE: Cleanup KX_BlenderSceneConverter.cpp iterators, checks, indentations and spaces with uncrusify

"(*it).second" become "it->second" same as "first"
"!(it == list.end())" become "it != list.end()"
"if (ptr == NULL)" become "if (!ptr)"
And a run of uncrusify on this file to fix indentation and spaces.

Commit Details:

Full Hash: 9f8a60adf1024ebbd875a342989b824ab3c7f0ef
Parent Commit: e10ecb6
Lines Changed: +160, -158

1 Modified Path:

/source/gameengine/Converter/KX_BlenderSceneConverter.cpp (+160, -158) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021