Renamed to Square from plane

This commit is contained in:
2024-08-30 00:38:40 +08:00
parent ca6d99b6fb
commit e02aaf812d
7 changed files with 18 additions and 18 deletions

View File

@@ -85,7 +85,7 @@ private:
{
PrimitiveCreater pc(device,material->GetDefaultVIL());
ro_plane=inline_geometry::CreatePlane(&pc);
ro_plane=inline_geometry::CreatePlaneSqaure(&pc);
if(ro_plane)
db->Add(ro_plane);