mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 00:25:19 +02:00
Client::makeScreenshot: remove device param
We already have the device param as class member
This commit is contained in:
@@ -507,7 +507,7 @@ public:
|
||||
|
||||
LocalClientState getState() { return m_state; }
|
||||
|
||||
void makeScreenshot(IrrlichtDevice *device);
|
||||
void makeScreenshot();
|
||||
|
||||
inline void pushToChatQueue(const std::wstring &input)
|
||||
{
|
||||
@@ -529,8 +529,6 @@ public:
|
||||
void showGameFog(const bool show = true);
|
||||
void showGameDebug(const bool show = true);
|
||||
|
||||
IrrlichtDevice *getDevice() const { return m_device; }
|
||||
|
||||
const Address getServerAddress()
|
||||
{
|
||||
return m_con.GetPeerAddress(PEER_ID_SERVER);
|
||||
|
Reference in New Issue
Block a user