mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-06-26 12:27:51 +02:00
more bugfix on the meteor demod
This commit is contained in:
@ -251,7 +251,10 @@ int sdrpp_main(int argc, char *argv[]) {
|
||||
|
||||
// Setup Platform/Renderer bindings
|
||||
ImGui_ImplGlfw_InitForOpenGL(window, true);
|
||||
ImGui_ImplOpenGL3_Init(glsl_version);
|
||||
|
||||
if (ImGui_ImplOpenGL3_Init(glsl_version)) {
|
||||
spdlog::warn("Working!");
|
||||
}
|
||||
|
||||
if (!style::setDarkStyle(resDir)) { return -1; }
|
||||
|
||||
|
Reference in New Issue
Block a user