You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One must provide loadFromSamples with 5 arguments, the docs shows a call with 4 arguments, which does not compile due to 5th not having a default value.
Example error message upon removing the 5th argument: error C2660: 'sf::SoundBuffer::loadFromSamples': function does not take 4 arguments
Explanation of this argument should also be expected to be here.