mirror of
https://github.com/nicbarker/clay.git
synced 2025-11-02 23:56:17 +00:00
Merge 6d08f68988 into fd97d8179e
This commit is contained in:
commit
e91f943da0
|
|
@ -329,7 +329,7 @@ void sclay_render(Clay_RenderCommandArray renderCommands, sclay_font_t *fonts) {
|
|||
sgl_disable_texture();
|
||||
sgl_push_pipeline();
|
||||
sgl_load_pipeline(_sclay.pip);
|
||||
for (uint32_t i = 0; i < renderCommands.length; i++) {
|
||||
for (int32_t i = 0; i < renderCommands.length; i++) {
|
||||
Clay_RenderCommand *renderCommand = Clay_RenderCommandArray_Get(&renderCommands, i);
|
||||
Clay_BoundingBox bbox = renderCommand->boundingBox;
|
||||
switch (renderCommand->commandType) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue