Revert "GPU: Fix Segmentation Fault Freeing Failed Shader"
This reverts commit c284326809.
This commit is contained in:
Submodule release/datafiles/locale updated: 2a85baf731...260b439d0f
Submodule release/scripts/addons updated: 7bd666f5f3...01cf2f810a
@@ -36,7 +36,7 @@ namespace gpu {
|
||||
class Shader {
|
||||
public:
|
||||
/** Uniform & attribute locations for shader. */
|
||||
ShaderInterface *interface = nullptr;
|
||||
ShaderInterface *interface;
|
||||
|
||||
protected:
|
||||
/** For debugging purpose. */
|
||||
|
||||
Reference in New Issue
Block a user