Skip to content

Commit

Permalink
Fixed stack overflow on OpenGL after 0d36341
Browse files Browse the repository at this point in the history
  • Loading branch information
Xottab-DUTY committed Jan 22, 2020
1 parent 752cfdd commit 2f94b13
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions src/Layers/xrRenderGL/glState.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,6 @@ glState::glState()
m_pBlendState.ColorMask = 0xF;
}

glState::~glState()
{
Release();
}

glState* glState::Create()
{
return new glState();
Expand Down
1 change: 0 additions & 1 deletion src/Layers/xrRenderGL/glState.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ class glState

public:
glState();
~glState();

static glState* Create();

Expand Down

0 comments on commit 2f94b13

Please sign in to comment.