mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-19 06:31:26 +02:00
Prevent particle creation when clicking in the menu area
This commit is contained in:
committed by
Simon Robertshaw
parent
a722d7a396
commit
24335704b5
@@ -2227,7 +2227,7 @@ int main(int argc, char *argv[])
|
||||
lb = 0;
|
||||
}
|
||||
}
|
||||
else if (y<YRES)// mouse is in playing field
|
||||
else if (y<YRES && x<XRES)// mouse is in playing field
|
||||
{
|
||||
int signi;
|
||||
|
||||
|
Reference in New Issue
Block a user