forming the skeleton
This commit is contained in:
@@ -63,4 +63,4 @@ texture_free(Texture* self)
|
||||
{
|
||||
glDeleteTextures(1, &self->handle);
|
||||
memset(self, '\0', sizeof(Texture));
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user