mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
builds on both platforms
This commit is contained in:
parent
699d0e9a5e
commit
3fe377be4e
8 changed files with 45 additions and 6 deletions
|
@ -2363,8 +2363,8 @@ int main(int argc, char *argv[])
|
|||
for(u16 i=0; i<to_be_removed_count; i++)
|
||||
{
|
||||
core::list<ChatLine>::Iterator
|
||||
i = chat_lines.begin();
|
||||
chat_lines.erase(i);
|
||||
it = chat_lines.begin();
|
||||
chat_lines.erase(it);
|
||||
}
|
||||
chat_guitext->setText(whole.c_str());
|
||||
// Update gui element size and position
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue