Skip to content

Commit

Permalink
fix #6042
Browse files Browse the repository at this point in the history
  • Loading branch information
rt committed Sep 16, 2018
1 parent a29177f commit d73faab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rts/Rendering/Models/ModelRenderContainer.h
Expand Up @@ -85,7 +85,7 @@ class ModelRenderContainer {
if (it == end)
return;

keys[*it] = keys[ keys[0]-- ];
*it = keys[ keys[0]-- ];
}


Expand Down

0 comments on commit d73faab

Please sign in to comment.