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
1 changed files with 0 additions and 1 deletions
|
@ -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 a new issue