aboutsummaryrefslogtreecommitdiff
path: root/src/VideoPlayer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/VideoPlayer.cpp')
-rw-r--r--src/VideoPlayer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/VideoPlayer.cpp b/src/VideoPlayer.cpp
index 6024ca8..c30f147 100644
--- a/src/VideoPlayer.cpp
+++ b/src/VideoPlayer.cpp
@@ -113,7 +113,7 @@ namespace QuickMedia {
VideoPlayer::Error VideoPlayer::load_video(const char *path, sf::WindowHandle _parent_window) {
// This check is to make sure we dont change window that the video belongs to. This is not a usecase we will have so
- // no need to support it for not at least.
+ // no need to support it for now at least.
assert(parent_window == 0 || parent_window == _parent_window);
if(video_process_id == -1)
return launch_video_process(path, _parent_window);