diff --git a/.gitmodules b/.gitmodules index abaf2dcd..ff1d5e44 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,21 +1,21 @@ [submodule "CMCMakeModule"] path = CMCMakeModule - url = https://github.com/hyzboy/CMCMakeModule + url = http://www.hyzgame.com:3000/hyzboy/CMCMakeModule [submodule "CMCore"] path = CMCore - url = https://github.com/hyzboy/CMCore + url = http://www.hyzgame.com:3000/hyzboy/CMCore [submodule "CMPlatform"] path = CMPlatform - url = https://github.com/hyzboy/CMPlatform + url = http://www.hyzgame.com:3000/hyzboy/CMPlatform [submodule "CMAssetsManage"] path = CMAssetsManage - url = https://github.com/hyzboy/CMAssetsManage.git + url = http://www.hyzgame.com:3000/hyzboy/CMAssetsManage.git [submodule "res"] path = res - url = https://github.com/hyzboy/RuntimeData.git + url = http://www.hyzgame.com:3000/hyzboy/RuntimeData.git [submodule "CMSceneGraph"] path = CMSceneGraph - url = https://github.com/hyzboy/CMSceneGraph.git + url = http://www.hyzgame.com:3000/hyzboy/CMSceneGraph.git [submodule "CMUtil"] path = CMUtil - url = https://github.com/hyzboy/CMUtil.git + url = http://www.hyzgame.com:3000/hyzboy/CMUtil.git diff --git a/res b/res index e1a36d78..008dbd53 160000 --- a/res +++ b/res @@ -1 +1 @@ -Subproject commit e1a36d78f0eead5f6bb65493432c4690637b991d +Subproject commit 008dbd5353e6afe7add287333cbda1b5c5fffdec diff --git a/src/SceneGraph/InlineGeometry.cpp b/src/SceneGraph/InlineGeometry.cpp index 0085b7af..1b6d2dac 100644 --- a/src/SceneGraph/InlineGeometry.cpp +++ b/src/SceneGraph/InlineGeometry.cpp @@ -267,7 +267,7 @@ namespace hgl uint vertex_count; uint index_count; - vertex_count=cci->field_count; + vertex_count=cci->field_count+1; index_count=(vertex_count-2)*3; if(!pc->Init("Circle",vertex_count,index_count))return(nullptr);