blue-nebula / base

Main repository of Blue Nebula, a fast-paced shooter with a unique parkour system. It is a fork of Red Eclipse and is free software.
https://blue-nebula.org
15 stars 6 forks source link

Don't construct the string outside of vector #184

Open robalni opened 3 years ago

robalni commented 3 years ago

This code caused the string to be constructed and then moved into the vector. With this change the string in constructed inside the vector.