mirror of
https://github.com/aap/librw.git
synced 2025-04-20 16:47:06 +01:00
remove test code
This commit is contained in:
parent
5ef54dcb78
commit
8cc8fc9f2a
@ -16,8 +16,6 @@
|
|||||||
|
|
||||||
#include "rwgl3impl.h"
|
#include "rwgl3impl.h"
|
||||||
|
|
||||||
int renderpassfudge = 2;
|
|
||||||
|
|
||||||
namespace rw {
|
namespace rw {
|
||||||
namespace gl3 {
|
namespace gl3 {
|
||||||
|
|
||||||
@ -67,8 +65,6 @@ drawInst_GSemu(InstanceDataHeader *header, InstanceData *inst)
|
|||||||
void
|
void
|
||||||
drawInst(InstanceDataHeader *header, InstanceData *inst)
|
drawInst(InstanceDataHeader *header, InstanceData *inst)
|
||||||
{
|
{
|
||||||
if(getAlphaBlend() == renderpassfudge)
|
|
||||||
return;
|
|
||||||
if(rw::GetRenderState(rw::GSALPHATEST))
|
if(rw::GetRenderState(rw::GSALPHATEST))
|
||||||
drawInst_GSemu(header, inst);
|
drawInst_GSemu(header, inst);
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user