mirror of
https://github.com/SFML/SFML.git
synced 2024-11-24 20:31:05 +08:00
Remove wrong comment
There is no explicit scope made specifically for an RAII variable, so I removed the comment
This commit is contained in:
parent
cfc43f50a7
commit
8fd67a0d99
@ -326,7 +326,7 @@ Shader& Shader::operator=(Shader&& right) noexcept
|
||||
{
|
||||
return *this;
|
||||
}
|
||||
// Explicit scope for RAII
|
||||
|
||||
if (m_shaderProgram)
|
||||
{
|
||||
// Destroy effect program
|
||||
|
Loading…
Reference in New Issue
Block a user