fixed comment and layout comment.

This commit is contained in:
hyzboy 2024-06-12 09:49:48 +08:00
parent cd4733a491
commit 941f5ee6ec
2 changed files with 2 additions and 2 deletions

View File

@ -60,7 +60,7 @@ int Comparator<hgl::graph::RenderNode>::compare(const hgl::graph::RenderNode &ob
if(off)
{
off=prim_one->GetVertexOffset()-prim_two->GetVertexOffset(); //保vertex offset小的在前面
off=prim_one->GetVertexOffset()-prim_two->GetVertexOffset(); //保vertex offset小的在前面
return off;
}