Skip to content

Commit

Permalink
fs
Browse files Browse the repository at this point in the history
  • Loading branch information
Nivaturimika committed Jul 13, 2024
1 parent 8706bb4 commit 932f59f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/launcher/launcher_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1311,7 +1311,7 @@ GLint compile_shader(std::string_view source, GLenum type) {

std::string s_source(source);
GLchar const* texts[] = {
"#version 310 core\r\n",
"#version 140 core\r\n",
"#define M_PI 3.1415926535897932384626433832795\r\n",
"#define PI 3.1415926535897932384626433832795\r\n",
s_source.c_str()
Expand Down

0 comments on commit 932f59f

Please sign in to comment.