You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Update servers/audio/audio_rb_resampler.h
Co-authored-by: K. S. Ernest (iFire) Lee <fire@users.noreply.github.com>
This commit is contained in:
@@ -86,7 +86,7 @@ public:
|
|||||||
} else if (w < r) {
|
} else if (w < r) {
|
||||||
space = r - w - 1;
|
space = r - w - 1;
|
||||||
} else {
|
} else {
|
||||||
space = rb_len - w + r - 1;
|
space = (rb_len - w) + (r - 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
return space;
|
return space;
|
||||||
|
|||||||
Reference in New Issue
Block a user