Permalink
Browse files

another alfa - alpha loading issue

there was another fix typo error with component names
@buddhi1980 please double check that this does not collide in any other
way
  • Loading branch information...
zebastian committed Aug 27, 2015
1 parent 5158bef commit aed29137156bc33ebd61c72e2873df7d2de0908d
Showing with 1 addition and 1 deletion.
  1. +1 −1 mandelbulber2/src/old_settings.cpp
@@ -32,7 +32,7 @@ namespace oldSettings
{
const char* axis_names[] = {"X", "Y", "Z"};
const char* component_names[] = {"alpha", "beta", "gamma"};
const char* component_names[] = {"alfa", "beta", "gamma"};
cOldSettings::cOldSettings()
{

0 comments on commit aed2913

Please sign in to comment.