comments few codes and then start next step.

This commit is contained in:
2023-09-05 10:28:03 +08:00
parent 9661336325
commit 6e8932fc2f
7 changed files with 60 additions and 62 deletions

View File

@@ -35,7 +35,7 @@ private:
};
MaterialInstanceSets mi_set;
List<RenderItem> ri_list;
DataArray<RenderItem> ri_array;
uint ri_count;
void Stat();

View File

@@ -50,8 +50,6 @@ protected:
VIL *vil;
public:
Material * GetMaterial () {return material;}