remove an extra g

This commit is contained in:
Stephen Birarda 2013-08-15 16:10:34 -07:00
parent d4951b0223
commit 5b02125d5f

View file

@ -743,7 +743,7 @@ void Menu::chooseVoxelPaintColor() {
// restore the main window's active state
appInstance->getWindow()->activateWindow();
}g
}
void Menu::runTests() {
runTimingTests();