VertexeArray - Removed Conditional Attribute from Unbind

This commit is contained in:
miku-666
2024-02-01 21:27:30 +01:00
parent 42b77fe3c2
commit 88a6abcc47

View File

@@ -37,7 +37,6 @@ namespace PckStudio.Rendering
GL.BindVertexArray(_id);
}
[Conditional("DEBUG")]
public void Unbind()
{
GL.BindVertexArray(0);