deleted hgl_cpy(T *,T *) function.

This commit is contained in:
2022-03-11 17:58:53 +08:00
parent 99fe88dff7
commit 3c449df4ca
6 changed files with 11 additions and 6 deletions

View File

@@ -64,7 +64,7 @@ private:
//.1, .2, .01 //green
);
scc.LowColor.Use(COLOR::DarkMidnightBlue,1.0f);
scc.LowColor=GetColor4f(COLOR::DarkMidnightBlue,1.0f);
ubo_sky_color=db->CreateUBO(sizeof(SkyColorConfig),&scc);