Skip to content

Commit 59193e7

Browse files
meganrmCopilot
andauthored
Update src/simulation/BindingSimulator2D.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent e02a457 commit 59193e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/simulation/BindingSimulator2D.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ export default class BindingSimulator implements IClientSimulatorImpl {
215215
private getRandomPointOnSide(side: number) {
216216
const size = this.size;
217217
const buffer = size / 20;
218-
const dFromSide = random(0 + buffer, size / 2, true);
218+
const dFromSide = random(buffer, size / 2, true);
219219
const dAlongSide = random(-size / 2, size / 2, true);
220220

221221
switch (side) {

0 commit comments

Comments
 (0)