Stuff I've fixed so far.

This commit is contained in:
2023-01-19 20:24:43 -08:00
parent 77cf0e574d
commit 2dacb6f904
12 changed files with 72 additions and 43 deletions

View File

@@ -22,7 +22,7 @@ namespace Dawn {
class RenderPipeline {
private:
int_fast16_t renderId;
int_fast16_t renderId = -1;
public:
RenderManager *renderManager;