mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-06-27 21:15:37 +00:00
VertexeArray - Removed Conditional Attribute from Unbind
This commit is contained in:
@@ -37,7 +37,6 @@ namespace PckStudio.Rendering
|
||||
GL.BindVertexArray(_id);
|
||||
}
|
||||
|
||||
[Conditional("DEBUG")]
|
||||
public void Unbind()
|
||||
{
|
||||
GL.BindVertexArray(0);
|
||||
|
||||
Reference in New Issue
Block a user