diff --git a/include/cstrike/Interfaces/IPanel.h b/include/cstrike/Interfaces/IPanel.h index 458fa8f..a43fe08 100644 --- a/include/cstrike/Interfaces/IPanel.h +++ b/include/cstrike/Interfaces/IPanel.h @@ -9,6 +9,6 @@ class IPanel { } void PaintTraverse(VPANEL vpanel, bool force_repaint, bool allow_force) { - GetVirtualFunction(this, 37)(this, vpanel, force_repaint, allow_force); + GetVirtualFunction(this, 42)(this, vpanel, force_repaint, allow_force); } }; \ No newline at end of file