fixed a bug that SkyColor lose a return(true);

This commit is contained in:
2022-03-09 18:40:55 +08:00
parent 5e4b154bf4
commit 2feb7137cd

View File

@@ -73,6 +73,8 @@ private:
mp->Update();
}
return(true);
}
RenderableInstance *Add(Renderable *r,const Matrix4f &mat)