Cleanup: Use correct identifier for ShaderParameters.
Code use struct and class, but should only have used struct.
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
class ShaderParameters;
|
||||
struct ShaderParameters;
|
||||
|
||||
/**
|
||||
* Space accessor.
|
||||
|
||||
Reference in New Issue
Block a user