Skip to content

Commit

Permalink
This is what I get for committing without testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Ravbug authored Oct 16, 2023
1 parent 9c2fa02 commit c8b65a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/WGSwapchain.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ namespace RGL{
std::array<TextureWG,3> activeTextures;
uint32_t idx = 0;

void SetVsyncMode(bool mode) final
void SetVsyncMode(bool mode) final;
};
}

0 comments on commit c8b65a7

Please sign in to comment.