Navigation Menu

Skip to content

Commit

Permalink
This effect is called "3D anaglyph" (#292)
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueSyncLine authored and jacob1 committed May 26, 2016
1 parent ce55c8e commit fbd75c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/options/OptionsView.cpp
Expand Up @@ -230,7 +230,7 @@ OptionsView::OptionsView():
depthTextbox->SetActionCallback(new DepthAction(this));
AddComponent(depthTextbox);

tempLabel = new ui::Label(ui::Point(depthTextbox->Position.X+depthTextbox->Size.X+3, depthTextbox->Position.Y), ui::Point(Size.X-28, 16), "\bg- Change the depth of the 3d glasses effect");
tempLabel = new ui::Label(ui::Point(depthTextbox->Position.X+depthTextbox->Size.X+3, depthTextbox->Position.Y), ui::Point(Size.X-28, 16), "\bg- Change the depth of the 3D anaglyph effect");
tempLabel->Appearance.HorizontalAlign = ui::Appearance::AlignLeft; tempLabel->Appearance.VerticalAlign = ui::Appearance::AlignMiddle;
AddComponent(tempLabel);

Expand Down

0 comments on commit fbd75c6

Please sign in to comment.