Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/game/StarInput.hpp
diff options
context:
space:
mode:
authorKae <80987908+Novaenia@users.noreply.github.com>2025-05-14 13:13:23 +1000
committerKae <80987908+Novaenia@users.noreply.github.com>2025-05-14 13:13:23 +1000
commit21c0682e3f98ee8afacff7be90828b05bc6ccb60 (patch)
tree5a256787d1080809f57aeb5fb295e03f8a426b8b /source/game/StarInput.hpp
parenta840f75d41be4765a476b1043b6a38f350d800e6 (diff)
fix underflow on input clipboard allow state
Diffstat (limited to 'source/game/StarInput.hpp')
-rw-r--r--source/game/StarInput.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/game/StarInput.hpp b/source/game/StarInput.hpp
index 1746739..05b20eb 100644
--- a/source/game/StarInput.hpp
+++ b/source/game/StarInput.hpp
@@ -184,6 +184,7 @@ public:
class ClipboardUnlock {
public:
ClipboardUnlock(Input& input);
+ ClipboardUnlock(ClipboardUnlock&&);
~ClipboardUnlock();
private: