mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-08-02 14:57:31 +03:00
remove commented lines
This commit is contained in:

committed by
Mitchell Hashimoto

parent
b9b0451c61
commit
be5828b5b6
@ -2363,9 +2363,6 @@ fn drawCustomPrograms(self: *OpenGL, custom_state: *custom.State) !void {
|
||||
// Setup the new frame
|
||||
try custom_state.newFrame();
|
||||
|
||||
// const fbobind = try custom_state.fbo.bind(.framebuffer);
|
||||
// defer fbobind.unbind();
|
||||
|
||||
// Go through each custom shader and draw it.
|
||||
for (custom_state.programs) |program| {
|
||||
// Bind our cell program state, buffers
|
||||
|
Reference in New Issue
Block a user