v1
Brett 2023-01-05 12:40:08 -05:00
parent 6ab916f287
commit 9c87a56ed0
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ namespace BLT {
// I didn't make it an exception here due to not wanting to import the class.
if (isEmpty())
return;
m_insertIndex--;
m_headIndex++;
}
bool isEmpty() {