mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-14 00:55:20 +02:00
Client::makeScreenshot: remove device param
We already have the device param as class member
This commit is contained in:
@@ -327,7 +327,7 @@ int ModApiClient::l_get_node_def(lua_State *L)
|
||||
int ModApiClient::l_take_screenshot(lua_State *L)
|
||||
{
|
||||
Client *client = getClient(L);
|
||||
client->makeScreenshot(client->getDevice());
|
||||
client->makeScreenshot();
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user