]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/menu/item/label.c
Merge remote branch 'origin/terencehill/physics_panel_updates'
[xonotic/xonotic-data.pk3dir.git] / qcsrc / menu / item / label.c
index e3a6bee409897fb494704607e93db32da15af739..85df8a7179d1b909da51bd0e20e96b0862d0a587 100644 (file)
@@ -169,5 +169,7 @@ void Label_draw(entity me)
 
                        draw_fontscale = dfs;
                }
+
+       SUPER(Label).draw(me);
 }
 #endif