Fixed Typo
This commit is contained in:
parent
6130346eab
commit
204ed5b1b5
1 changed files with 1 additions and 1 deletions
2
video.go
2
video.go
|
@ -98,7 +98,7 @@ func initVideo(video *Video) {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Reads the next frame from the video and stores in the framebuffer.
|
// Reads the next frame from the video and stores in the framebuffer.
|
||||||
// If thelast frame has been read, returns false, otherwise true.
|
// If the last frame has been read, returns false, otherwise true.
|
||||||
func (video *Video) Read() bool {
|
func (video *Video) Read() bool {
|
||||||
// If cmd is nil, video reading has not been initialized.
|
// If cmd is nil, video reading has not been initialized.
|
||||||
if video.cmd == nil {
|
if video.cmd == nil {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue