diff --git a/src/modules/graphics/Graphics.cpp b/src/modules/graphics/Graphics.cpp index 0a999e332..535f2cac4 100644 --- a/src/modules/graphics/Graphics.cpp +++ b/src/modules/graphics/Graphics.cpp @@ -368,9 +368,6 @@ Shader *Graphics::newShader(const std::vector &stagessource, const for (const std::string &source : stagessource) { Shader::SourceInfo info = Shader::getSourceInfo(source); - if (capabilities.features[FEATURE_GLSL4]) { - info.language = Shader::LANGUAGE_GLSL4; - } bool isanystage = false; for (int i = 0; i < SHADERSTAGE_MAX_ENUM; i++)