Revert "GPU: Fix Segmentation Fault Freeing Failed Shader"

This reverts commit c284326809.
This commit is contained in:
2020-08-28 15:43:14 +02:00
parent 0ed7aedc71
commit b8f990b0b4
3 changed files with 3 additions and 3 deletions

View File

@@ -36,7 +36,7 @@ namespace gpu {
class Shader {
public:
/** Uniform & attribute locations for shader. */
ShaderInterface *interface = nullptr;
ShaderInterface *interface;
protected:
/** For debugging purpose. */