mirror of
https://github.com/ENSL/NS.git
synced 2025-02-17 09:34:25 +00:00
Mantis 0001105:
- Removed debug printout during the minimap build process git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@339 67975925-1194-0748-b3d5-c16f83f1a3a1
This commit is contained in:
parent
99b09ea953
commit
cb2abb1e1b
1 changed files with 0 additions and 8 deletions
|
@ -435,14 +435,6 @@ bool AvHMiniMap::WriteSpritesIfJustFinished()
|
|||
{
|
||||
bool theSuccess = false;
|
||||
|
||||
// test
|
||||
char test[255];
|
||||
sprintf(test, "this->GetIsProcessing() = %d, this->mNumSamplesProcessed = %d, this->mNumSamplesToProcess = %d\n", this->GetIsProcessing(), this->mNumSamplesProcessed, this->mNumSamplesToProcess);
|
||||
gEngfuncs.pfnConsolePrint(test);
|
||||
|
||||
// :test
|
||||
|
||||
|
||||
if(this->GetIsProcessing() && (this->mNumSamplesProcessed == this->mNumSamplesToProcess))
|
||||
{
|
||||
this->mIsProcessing = false;
|
||||
|
|
Loading…
Reference in a new issue