mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-30 11:19:51 +02:00
Fix overlapping particles
This commit is contained in:
committed by
Simon Robertshaw
parent
882a839205
commit
26dbf70709
@@ -848,6 +848,7 @@ unsigned cb_pmap[YRES][XRES];
|
||||
|
||||
unsigned photons[YRES][XRES];
|
||||
|
||||
int do_move(int i, int x, int y, float nxf, float nyf);
|
||||
int try_move(int i, int x, int y, int nx, int ny);
|
||||
int eval_move(int pt, int nx, int ny, unsigned *rr);
|
||||
|
||||
|
Reference in New Issue
Block a user