mirror of
https://github.com/love2d/love.git
synced 2026-08-16 16:20:42 +02:00
Fix various spelling mistakes (mostly in luasocket)
Thanks to Alexandre Detiste for reporting them
This commit is contained in:
@@ -172,7 +172,7 @@ GLuint Shader::compileCode(ShaderStage stage, const std::string &code)
|
||||
|
||||
void Shader::mapActiveUniforms()
|
||||
{
|
||||
// Built-in uniform locations default to -1 (nonexistant.)
|
||||
// Built-in uniform locations default to -1 (nonexistent.)
|
||||
for (int i = 0; i < int(BUILTIN_MAX_ENUM); i++)
|
||||
builtinUniforms[i] = -1;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user