mirror of
https://github.com/love2d/love.git
synced 2026-08-16 08:11:02 +02:00
Fix typo in Metal code for shader switching.
This commit is contained in:
@@ -527,7 +527,7 @@ void Graphics::setActive(bool enable)
|
||||
|
||||
void Graphics::setShaderChanged()
|
||||
{
|
||||
dirtyRenderState |= STATE_SHADER;
|
||||
dirtyRenderState |= STATEBIT_SHADER;
|
||||
++shaderSwitches;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user