1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-09 20:12:21 +02:00

Removed debug code

This commit is contained in:
Brian Fiete 2023-02-12 10:31:45 -05:00
parent cb177bc759
commit d71fa3379a

View file

@ -10699,11 +10699,6 @@ BfType* BfModule::ResolveTypeRef(BfTypeReference* typeRef, BfPopulateType popula
{ {
//BP_ZONE("BfModule::ResolveTypeRef"); //BP_ZONE("BfModule::ResolveTypeRef");
if ((!mCompiler->mIsResolveOnly) && (typeRef->ToString() == "BufferType[Enum.GetCount<GpuBufferType>()]"))
{
NOP;
}
if (typeRef == NULL) if (typeRef == NULL)
{ {
AssertErrorState(); AssertErrorState();