mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Fix compiler warning for vgui
Promoted to 64bit size types.
This commit is contained in:
parent
b050616c35
commit
5ab71f191e
@ -152,8 +152,8 @@ void CTextOverlay::ShouldDraw(const float flFrameTime)
|
||||
{
|
||||
std::lock_guard<std::mutex> l(m_Mutex);
|
||||
|
||||
int i;
|
||||
int c = m_vNotifyText.size();
|
||||
ssize_t i;
|
||||
ssize_t c = m_vNotifyText.size();
|
||||
for (i = c - 1; i >= 0; i--)
|
||||
{
|
||||
CTextNotify* pNotify = &m_vNotifyText[i];
|
||||
|
Loading…
x
Reference in New Issue
Block a user