mirror of https://github.com/odrling/Aegisub
Remove a redundant (and incorrect) check for if the mouse is over the video
Originally committed to SVN as r4279.
This commit is contained in:
parent
247e756c9b
commit
1654f4a102
|
@ -80,7 +80,6 @@ void VisualToolClip::Update() {
|
|||
/// @return
|
||||
///
|
||||
void VisualToolClip::Draw() {
|
||||
if (mouseX == INT_MIN || mouseY == INT_MIN) return;
|
||||
// Get current line
|
||||
AssDialogue *line = GetActiveDialogueLine();
|
||||
if (!line) return;
|
||||
|
|
Loading…
Reference in New Issue