We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c5da70 commit 45eab34Copy full SHA for 45eab34
src/clientiface.cpp
@@ -235,16 +235,6 @@ void RemoteClient::GetNextBlocks (
235
// If this is true, inexistent block will be made from scratch
236
bool generate = d <= d_max_gen;
237
238
- {
239
- /*// Limit the generating area vertically to 2/3
240
- if(abs(p.Y - center.Y) > d_max_gen - d_max_gen / 3)
241
- generate = false;*/
242
-
243
- // Limit the send area vertically to 1/2
244
- if (abs(p.Y - center.Y) > full_d_max / 2)
245
- continue;
246
- }
247
248
/*
249
Don't generate or send if not in sight
250
FIXME This only works if the client uses a small enough
0 commit comments