mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2024-11-08 00:37:15 +01:00
Fix recursive call that could cause infinite loop.
Introduced by an earlier commit.
This commit is contained in:
parent
608c444694
commit
4cefc96faf
@ -178,7 +178,7 @@ public:
|
||||
*/
|
||||
Buffer & Valid() const
|
||||
{
|
||||
Valid();
|
||||
Validate();
|
||||
// Return the buffer
|
||||
return *m_Buffer;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user