adding entity stats. Added security to prevent mouse picking selection when dragging

This commit is contained in:
Erris
2026-02-23 01:40:05 +01:00
parent 33a13dc5d8
commit 0bbfe41117
2 changed files with 18 additions and 5 deletions

View File

@@ -79,7 +79,6 @@ namespace OpenEngine {
element.normalized? GL_TRUE : GL_FALSE,
layout.GetStride(),
(const void*)(intptr_t)element.offset);
}
index++;
}