We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faaf896 commit 4175749Copy full SHA for 4175749
libs/openFrameworks/video/ofVideoBaseTypes.h
@@ -225,7 +225,7 @@ class ofBaseVideoPlayer: virtual public ofBaseVideo{
225
/// \sa isLoaded()
226
virtual void loadAsync(const of::filesystem::path & fileName);
227
virtual bool loadAsync(std::string name) {
228
- return loadAsync(of::filesystem::path(name));
+ loadAsync(of::filesystem::path(name));
229
}
230
/// \brief Play the video from the current playhead position.
231
///
0 commit comments