Made soos more smooth, added server count to prometheus, fixed unhandled soundplayer error
This commit is contained in:
parent
382480e1c7
commit
560d3883ad
4 changed files with 22 additions and 11 deletions
|
@ -27,6 +27,8 @@ Napi::Value Reverse(const Napi::CallbackInfo &info) {
|
|||
if (soos) {
|
||||
list<Image> copy = coalesced;
|
||||
copy.reverse();
|
||||
copy.pop_back();
|
||||
copy.pop_front();
|
||||
coalesced.insert(coalesced.end(), copy.begin(), copy.end());
|
||||
} else {
|
||||
coalesced.reverse();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue