X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Ftexenv.cpp;h=e6c06bcbbbcebbf2af37b25d9fe58ce02609e481;hp=6e5cca7748f2f6b25fa8194f15af2543a7caaf0e;hb=b617c5d7b5283ad260a77f01e42e6170cabbc03d;hpb=f17794d55923d4fb4f63e9d082d8d84a735a04e8 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()