X-Git-Url: http://git.tdb.fi/?p=netvis.git;a=blobdiff_plain;f=source%2Fhost.cpp;h=1e92ed77da2acc848dd0ba1daf7e0926fb4f64df;hp=4314d75f63714c01c5a7e3f5f1ac42f9df06c9ae;hb=1d85158760bd53f5641912f5067ab941236ddf0a;hpb=afc5702fb7a8cb7011886093cd4ea0357ce8abce diff --git a/source/host.cpp b/source/host.cpp index 4314d75..1e92ed7 100644 --- a/source/host.cpp +++ b/source/host.cpp @@ -156,6 +156,4 @@ void Host::render() const imm.color(1.0f, 1.0f, 1.0f); font.draw_string(short_name, imm); GL::Texture::unbind(); - - GL::pop_matrix(); }