Update osm_bridge.c

This commit is contained in:
ShirosakiMio 2024-08-20 11:02:17 +08:00
parent 232a9e035c
commit 5d3acf9804
1 changed files with 1 additions and 1 deletions

View File

@ -11,6 +11,7 @@ static const char* g_LogTag = "GLBridge";
static __thread osm_render_window_t* currentBundle;
// a tiny buffer for rendering when there's nowhere t render
static char no_render_buffer[4];
static bool hasSetNoRendererBuffer = false;
// Its not in a .h file because it is not supposed to be used outsife of this file.
void setNativeWindowSwapInterval(struct ANativeWindow* nativeWindow, int swapInterval);
@ -92,7 +93,6 @@ void osm_make_current(osm_render_window_t* bundle) {
currentBundle = NULL;
return;
}
bool hasSetNoRendererBuffer = false;
bool hasSetMainWindow = false;
currentBundle = bundle;
if(pojav_environ->mainWindowBundle == NULL) {