]> git.tdb.fi Git - libs/game.git/commit
Remove more unnecessary uses of std::ref
authorMikko Rasa <tdb@tdb.fi>
Sun, 19 Jan 2025 10:08:33 +0000 (12:08 +0200)
committerMikko Rasa <tdb@tdb.fi>
Sun, 19 Jan 2025 10:08:33 +0000 (12:08 +0200)
commit651240e8dba425f411c65cdf5141074a37fb2070
tree7542b24035d329b37dd0b12900bc5d4ad5b829d6
parent5df3e0b43ee8ea3914c81086d46a4afaf25a77ee
Remove more unnecessary uses of std::ref

These didn't get caught the last time since they lacked the namespace
prefix.
source/gameview/playerinput.cpp