revert _currentMode back to the way it should be

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41352 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Alexander von Gluck IV 2011-05-06 20:19:01 +00:00
parent 6091174371
commit 45aa6cb6a2

View File

@ -293,7 +293,7 @@ radeon_get_display_mode(display_mode *_currentMode)
{
TRACE("%s\n", __func__);
_currentMode = &sDisplayMode;
*_currentMode = sDisplayMode;
return B_OK;
}