mirror of
https://github.com/love2d/love.git
synced 2026-08-17 19:23:38 +02:00
Remove an unused variable.
--HG-- branch : minor
This commit is contained in:
@@ -271,7 +271,6 @@ void VideoStream::rewind()
|
|||||||
void VideoStream::seekDecoder(double target)
|
void VideoStream::seekDecoder(double target)
|
||||||
{
|
{
|
||||||
const double rewindThreshold = 0.01;
|
const double rewindThreshold = 0.01;
|
||||||
const double seekThreshold = 0.0001;
|
|
||||||
|
|
||||||
if (target < rewindThreshold)
|
if (target < rewindThreshold)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user