pplux / imgui-app

Dear IMGUI + Render + Window handling, amalgamation in two files ready to use
MIT License
161 stars 17 forks source link

Broken reference to sokol submodule #1

Closed district10 closed 1 year ago

district10 commented 1 year ago

https://github.com/pplux/sokol/tree/c07c12b1eac7fe56ca28c81bf88fb039dbdb7375

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Local commit not pushed yet?

district10 commented 1 year ago

To reproduce:

git clone https://github.com/pplux/imgui-app.git
cd imgui-app
git submodule update --init --recursive

Got error:

fatal: reference is not a tree: c07c12b1eac7fe56ca28c81bf88fb039dbdb7375
Unable to checkout 'c07c12b1eac7fe56ca28c81bf88fb039dbdb7375' in submodule path 'sokol'

I'm using ubuntu 16.04, maybe it's my problem (as mentioned here: https://stackoverflow.com/questions/2155887/git-submodule-head-reference-is-not-a-tree-error).