Skip to content

Commit

Permalink
UI|Client: Added "24-bit" color depth to Video Settings
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Feb 25, 2014
1 parent 5e43517 commit ea8ef79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doomsday/client/src/ui/dialogs/videosettingsdialog.cpp
Expand Up @@ -180,6 +180,7 @@ VideoSettingsDialog::VideoSettingsDialog(String const &name)

d->depths->items()
<< new ChoiceItem(tr("32-bit"), 32)
<< new ChoiceItem(tr("24-bit"), 24)
<< new ChoiceItem(tr("16-bit"), 16);
#endif

Expand Down

0 comments on commit ea8ef79

Please sign in to comment.