Bug fix for the FMouseControl unit test

This commit is contained in:
Markus Gans 2020-11-18 23:57:31 +01:00
parent ae1fdecb40
commit 25f2abe175
1 changed files with 1 additions and 1 deletions

View File

@ -1260,7 +1260,7 @@ void FMouseTest::mouseControlTest()
if ( mouse_control.isGpmMouseEnabled() ) if ( mouse_control.isGpmMouseEnabled() )
{ {
CPPUNIT_ASSERT ( ! mouse_control.getGpmKeyPressed(false) ); CPPUNIT_ASSERT ( ! mouse_control.getGpmKeyPressed(false) );
mouse_control.drawGpmPointer(); mouse_control.drawPointer();
} }
// Left mouse button pressed on an X11 mouse // Left mouse button pressed on an X11 mouse