mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Client::makeScreenshot: remove device param
We already have the device param as class member
This commit is contained in:
parent
4faaadc8d5
commit
8f2e60a961
5 changed files with 6 additions and 8 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue