Skip to content

Commit

Permalink
[SGE] Fixed segfault in BITMAP_TEXT test, assign correct value to uni…
Browse files Browse the repository at this point in the history
…form_resource->index in setup_material_resources()
  • Loading branch information
ravi688 committed Dec 30, 2024
1 parent 4fcc29a commit 34b5ac6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions source/sge/vulkan/vulkan_material.c
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,6 @@ static void setup_material_resources(vulkan_material_t* material)
}
/* otherwise don't create vulkan uniform buffer for it */
}
else
resource->index = 0xFFFF;
j++;
}
}
Expand Down

0 comments on commit 34b5ac6

Please sign in to comment.