Rename R_ActiveDrawers to R_Drawers

This commit is contained in:
Magnus Norddahl 2016-12-27 08:54:37 +01:00
commit a94fee0e5d
2 changed files with 37 additions and 37 deletions

View file

@ -142,7 +142,7 @@ namespace swrenderer
SWTruecolorDrawers tc_drawers;
}
SWPixelFormatDrawers *R_ActiveDrawers()
SWPixelFormatDrawers *R_Drawers()
{
return active_drawers;
}