Remove wrong comment

There is no explicit scope made specifically for an RAII variable, so I removed the comment
This commit is contained in:
ZXShady 2024-10-04 03:25:56 +01:00 committed by Vittorio Romeo
parent cfc43f50a7
commit 8fd67a0d99

View File

@ -326,7 +326,7 @@ Shader& Shader::operator=(Shader&& right) noexcept
{ {
return *this; return *this;
} }
// Explicit scope for RAII
if (m_shaderProgram) if (m_shaderProgram)
{ {
// Destroy effect program // Destroy effect program