submodules update

This commit is contained in:
2020-01-23 21:00:35 +08:00
parent 6a472780b3
commit 004e0037a4
27 changed files with 84 additions and 85 deletions

View File

@@ -1194,7 +1194,7 @@ namespace hgl
GeometryCreater3D gc(db,mtl);
if(!gc.Init(6))
return(false);
return(nullptr);
VB3f *vertex=gc.GetVertex();
VB4f *color=gc.GetColor();
@@ -1239,7 +1239,7 @@ namespace hgl
GeometryCreater3D gc(db,mtl);
if(!gc.Init(8))
return(false);
return(nullptr);
VB3f *vertex=gc.GetVertex();
@@ -1268,4 +1268,4 @@ namespace hgl
return gc.Finish();
}
}//namespace graph
}//namespace hgl
}//namespace hgl