]> git.tdb.fi Git - netvis.git/blobdiff - source/host.cpp
Properly support arbitary sizes in History
[netvis.git] / source / host.cpp
index 4314d75f63714c01c5a7e3f5f1ac42f9df06c9ae..1e92ed77da2acc848dd0ba1daf7e0926fb4f64df 100644 (file)
@@ -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();
 }