From c7a48d389774322a7c4ae78c62815e3f6d4f4ccf Mon Sep 17 00:00:00 2001 From: Jonathan Bradley Date: Fri, 29 Sep 2023 07:45:35 -0400 Subject: reminder comment --- src/entities.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/entities.cpp') diff --git a/src/entities.cpp b/src/entities.cpp index 8fa5127..7263bbd 100644 --- a/src/entities.cpp +++ b/src/entities.cpp @@ -717,6 +717,8 @@ void EntityType_Load(EntityType &et) { // 2023-09-27 - JCB // I don't know where else to put this grBinds.instanceFirstBinding = index; + // no index += 1 because index just happens to be the right value here for + // the binding index, whereas binding the IndexBuffer doesn't need a binding index. // index assert(et.Importer_GLTF.AccessorIndexIndex > -1); -- cgit v1.2.3