Another warning fixed.
...any reason why this is a pointer to a vector?
This commit is contained in:
@@ -277,7 +277,7 @@ void ScreenDebugOverlay::Init()
|
||||
++iPage;
|
||||
}
|
||||
|
||||
for (IDebugLine const *unused : *g_pvpSubscribers)
|
||||
for (unsigned unused = 0; unused < g_pvpSubscribers->size(); ++unused)
|
||||
{
|
||||
{
|
||||
BitmapText *bt = new BitmapText;
|
||||
|
||||
Reference in New Issue
Block a user