Skip to content

Commit

Permalink
Allow CREFlashbang to be compiled on Linux.
Browse files Browse the repository at this point in the history
  • Loading branch information
rohit-n committed May 11, 2024
1 parent c79558c commit 63302a8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions SourceCode/RenderDll/Common/RendElements/CREFlashBang.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
#include "RenderPCH.h"
#include "RendElement.h"

#if !defined(LINUX)

void CREFlashBang::mfPrepare()
{
gRenDev->EF_CheckOverflow(0, 0, this);
Expand All @@ -13,5 +11,3 @@ void CREFlashBang::mfPrepare()
gRenDev->m_RP.m_RendNumIndices = 0;
gRenDev->m_RP.m_RendNumVerts = 0;
}

#endif // !defined(LINUX)

0 comments on commit 63302a8

Please sign in to comment.