Skip to content

Commit

Permalink
update headers submodule & fix editinfos vector -> std::vector issue
Browse files Browse the repository at this point in the history
  • Loading branch information
no-lex committed Dec 30, 2020
1 parent 6c43de1 commit 14c2808
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion game/edit.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ void mpcopy(editinfo *&e, selinfo &sel, bool local)
}
if(e==NULL)
{
e = editinfos.add(new editinfo);
e = editinfos.emplace_back(new editinfo());
}
if(e->copy)
{
Expand Down
2 changes: 1 addition & 1 deletion libprimis-headers
Submodule libprimis-headers updated 1 files
+2 −2 texture.h

0 comments on commit 14c2808

Please sign in to comment.