projects
/
platform
/
upstream
/
assimp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1497cc2
)
Another minor source change, this time even more minor than the last. Let's see what...
author
Jared Mulconry
<jaredmulconry@gmail.com>
Tue, 10 Oct 2017 11:45:45 +0000
(22:45 +1100)
committer
Jared Mulconry
<jaredmulconry@gmail.com>
Tue, 10 Oct 2017 11:45:45 +0000
(22:45 +1100)
code/PretransformVertices.cpp
patch
|
blob
|
history
diff --git
a/code/PretransformVertices.cpp
b/code/PretransformVertices.cpp
index
5fc2946
..
0751c45
100644
(file)
--- a/
code/PretransformVertices.cpp
+++ b/
code/PretransformVertices.cpp
@@
-104,7
+104,7
@@
unsigned int PretransformVertices::CountNodes( aiNode* pcNode )
// ------------------------------------------------------------------------------------------------
// Get a bitwise combination identifying the vertex format of a mesh
-unsigned int PretransformVertices::GetMeshVFormat(
aiMesh* pcMesh
)
+unsigned int PretransformVertices::GetMeshVFormat(
aiMesh* pcMesh
)
{
// the vertex format is stored in aiMesh::mBones for later retrieval.
// there isn't a good reason to compute it a few hundred times