Files
tp/libs/JSystem/JUtility/JUTXfb.cpp
T

8 lines
188 B
C++
Raw Normal View History

2020-12-25 19:59:52 -06:00
#include "JSystem/JUtility/JUTXfb/JUTXfb.h"
void JUTXfb::clearIndex() {
this->active_xfb_index = -1;
this->last_drawn_xfb_index = -1;
this->next_xfb_buffer = -1;
return;
}