Skip to content

Commit

Permalink
use class keyword for renderstate (#241)
Browse files Browse the repository at this point in the history
  • Loading branch information
no-lex committed Nov 13, 2022
1 parent 1f95e45 commit 523976f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engine/render/renderva.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,7 @@ namespace

octaentities *shadowmms = nullptr;

struct renderstate
class renderstate
{
public:
bool colormask, depthmask;
Expand Down

0 comments on commit 523976f

Please sign in to comment.