Skip to content

Commit

Permalink
Removed test variable
Browse files Browse the repository at this point in the history
  • Loading branch information
ChunkTreasure1 committed Dec 29, 2023
1 parent a474e8b commit 91130e9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Volt/Volt/src/Volt/Rendering/SceneRenderer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,6 @@

namespace Volt
{
static ConsoleVariable<int32_t> s_testCVar = ConsoleVariable<int32_t>("r.test", 0, "Test Variable");

namespace Utility
{
inline static Ref<RenderPipeline> CreateRenderPipeline(Ref<Shader> shader, std::vector<FramebufferAttachment> attachments, std::string_view name, CompareOperator depthCompare = CompareOperator::GreaterEqual)
Expand Down

0 comments on commit 91130e9

Please sign in to comment.