forked from StrafesNET/roblox-bot-player
mistake
This commit is contained in:
@@ -102,7 +102,7 @@ impl Bvh{
|
||||
}
|
||||
}
|
||||
};
|
||||
for event in &output_events[event_slice.slice.start+1..event_slice.slice.end-1]{
|
||||
for event in &output_events[event_slice.slice.start+1..event_slice.slice.end]{
|
||||
f(event);
|
||||
}
|
||||
if event_slice.inclusive{
|
||||
@@ -145,7 +145,7 @@ impl Bvh{
|
||||
}
|
||||
prev_event=event;
|
||||
};
|
||||
for event in &output_events[event_slice.slice.start+1..event_slice.slice.end-1]{
|
||||
for event in &output_events[event_slice.slice.start+1..event_slice.slice.end]{
|
||||
f(event);
|
||||
}
|
||||
if event_slice.inclusive{
|
||||
|
||||
Reference in New Issue
Block a user