Skip to content

Commit 7fab86a

Browse files
committedOct 5, 2016
Compilation fix
1 parent 613797a commit 7fab86a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/content_cao.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,7 @@ GenericCAO::GenericCAO(IGameDef *gamedef, ClientEnvironment *env):
566566
m_animation_speed(15),
567567
m_animation_blend(0),
568568
m_animation_loop(true),
569-
m_bone_position(std::map<std::string, core::vector2d<v3f> >()),
569+
m_bone_position(UNORDERED_MAP<std::string, core::vector2d<v3f> >()),
570570
m_attachment_bone(""),
571571
m_attachment_position(v3f(0,0,0)),
572572
m_attachment_rotation(v3f(0,0,0)),

0 commit comments

Comments
 (0)
Please sign in to comment.