# HG changeset patch # User nemo # Date 1251154679 0 # Node ID ba46dcda3676b3a8aa2896493a97f98fb7a024fb # Parent 1cfb7d184ee184c31226f96dc75149277063ce5e correct typo found by Smaxx diff -r 1cfb7d184ee1 -r ba46dcda3676 hedgewars/uWorld.pas --- a/hedgewars/uWorld.pas Sun Aug 23 12:01:55 2009 +0000 +++ b/hedgewars/uWorld.pas Mon Aug 24 22:57:59 2009 +0000 @@ -215,7 +215,7 @@ glDrawArrays(GL_TRIANGLE_FAN, 0, Length(VertexBuffer)); - glEnableClientState(GL_COLOR_ARRAY); + glDisableClientState(GL_VERTEX_ARRAY); glDisableClientState(GL_COLOR_ARRAY); glColor4f(1, 1, 1, 1); // disable coloring