Stuff I've fixed so far.
This commit is contained in:
@@ -22,7 +22,7 @@ namespace Dawn {
|
||||
|
||||
class RenderPipeline {
|
||||
private:
|
||||
int_fast16_t renderId;
|
||||
int_fast16_t renderId = -1;
|
||||
|
||||
public:
|
||||
RenderManager *renderManager;
|
||||
|
Reference in New Issue
Block a user