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:
Thomas Goyne 2010-05-13 18:37:51 +00:00
parent 247e756c9b
commit 1654f4a102
1 changed files with 0 additions and 1 deletions

View File

@ -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;