fixed name of color.

This commit is contained in:
2023-07-29 01:54:01 +08:00
parent f51c7c6964
commit 95c67ba857
3 changed files with 7 additions and 7 deletions

View File

@@ -64,7 +64,7 @@ public:
{
if(index>=cv_count)return;
hgl_cpy(clear_values[index].stop_color.float32,cc.rgba,4);
hgl_cpy(clear_values[index].color.float32,cc.rgba,4);
}
void SetClearDepthStencil(uint32_t index,float d=1.0f,float s=0)