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:
parent
cb177bc759
commit
d71fa3379a
1 changed files with 0 additions and 5 deletions
|
@ -10699,11 +10699,6 @@ BfType* BfModule::ResolveTypeRef(BfTypeReference* typeRef, BfPopulateType popula
|
|||
{
|
||||
//BP_ZONE("BfModule::ResolveTypeRef");
|
||||
|
||||
if ((!mCompiler->mIsResolveOnly) && (typeRef->ToString() == "BufferType[Enum.GetCount<GpuBufferType>()]"))
|
||||
{
|
||||
NOP;
|
||||
}
|
||||
|
||||
if (typeRef == NULL)
|
||||
{
|
||||
AssertErrorState();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue