Skip to content

Commit ef231b6

Browse files
authored
VITA: Remove vglEnd from auto-updater
1 parent d9417bc commit ef231b6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

launcher/main.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ int main(int argc, char *argv[]) {
209209
// Cleanup
210210
ImGui_ImplVitaGL_Shutdown();
211211
ImGui::DestroyContext();
212-
vglEnd();
212+
//vglEnd();
213213

214214
return 0;
215-
}
215+
}

0 commit comments

Comments
 (0)