Skip to content

Commit

Permalink
wait no
Browse files Browse the repository at this point in the history
  • Loading branch information
IMS212 committed May 7, 2024
1 parent 2c48f41 commit acce660
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ public int getBufferIndex(int index) {
public void destroyBuffers() {
for (ShaderStorageBuffer buffer : buffers) {
if (buffer != null) {
ACTIVE_BUFFERS.remove(buffer);
buffer.destroy();
}
}
Expand Down

0 comments on commit acce660

Please sign in to comment.