Skip to content

Commit 52e83ed

Browse files
committed
I'm dumb
1 parent 25bcfa3 commit 52e83ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

impl/gs_graphics_impl.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -944,7 +944,7 @@ gs_graphics_storage_buffer_create_impl(const gs_graphics_storage_buffer_desc_t*
944944

945945
glGenBuffers(1, &sbo.buffer);
946946

947-
// CHECK_GL_CORE(
947+
CHECK_GL_CORE(
948948
glBindBuffer(GL_SHADER_STORAGE_BUFFER, sbo.buffer);
949949

950950
// Check for desc flags to map buffer
@@ -980,7 +980,7 @@ gs_graphics_storage_buffer_create_impl(const gs_graphics_storage_buffer_desc_t*
980980
}
981981

982982
glBindBuffer(GL_SHADER_STORAGE_BUFFER, 0);
983-
// );
983+
);
984984

985985
memcpy(sbo.name, desc->name, 64);
986986
sbo.access = desc->access;

0 commit comments

Comments
 (0)