X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fstyle.cpp;fp=source%2Fstyle.cpp;h=0bc931188e7e93ee9356cae9e90bf79112d27ecd;hb=0af3c2393bd00f39db3bfaf5b78a7a44f0fd5ff1;hp=0d6e424e2163b048d65c3c76af46b7792cb87acc;hpb=ef4660c4bdf38e126e13b426649fc2f997027b65;p=libs%2Fgltk.git diff --git a/source/style.cpp b/source/style.cpp index 0d6e424..0bc9311 100644 --- a/source/style.cpp +++ b/source/style.cpp @@ -30,7 +30,7 @@ Style::Loader::Loader(Style &s, Resources &r): void Style::Loader::font_color(float r, float g, float b) { - style.font_color=GL::Color(r, g, b); + style.font_color = GL::Color(r, g, b); } void Style::Loader::part()