X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ftexenv.cpp;h=e6c06bcbbbcebbf2af37b25d9fe58ce02609e481;hb=6a4907898281b738111e0c6527cc46f8810dc123;hp=6e5cca7748f2f6b25fa8194f15af2543a7caaf0e;hpb=50e504e2171295d5922ddf87b358e0024db3ce40;p=libs%2Fgl.git diff --git a/source/texenv.cpp b/source/texenv.cpp index 6e5cca77..e6c06bcb 100644 --- a/source/texenv.cpp +++ b/source/texenv.cpp @@ -17,12 +17,12 @@ TexEnv::TexEnv(): void TexEnv::set_mode(TexEnvMode m) { - mode=m; + mode = m; } void TexEnv::set_color(const Color &c) { - color=c; + color = c; } void TexEnv::bind()