mirror of
https://github.com/2martens/uni.git
synced 2026-05-06 11:26:25 +02:00
@ -94,9 +94,9 @@ void flushBuffer()
|
||||
*/
|
||||
void resetBuffer()
|
||||
{
|
||||
for (int i = 0; i < maxBufferIndex; i++) {
|
||||
screenBuffer[i] = 0x0;
|
||||
}
|
||||
for (int i = 0; i < maxBufferIndex; i++) {
|
||||
screenBuffer[i] = 0x0;
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user