mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-15 01:25:20 +02:00
Create faster key cache for main game loop (client)
This commit is contained in:
@@ -29,6 +29,11 @@ private:
|
||||
u32 m_selected_i;
|
||||
std::string m_message;
|
||||
public:
|
||||
bool hasMessage()
|
||||
{
|
||||
return m_message != "";
|
||||
}
|
||||
|
||||
std::string getMessage()
|
||||
{
|
||||
std::string s = m_message;
|
||||
|
Reference in New Issue
Block a user