mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-07-03 14:34:34 +00:00
remove iprof and BBGE_PROF (#74)
This commit is contained in:
parent
47f8677aa7
commit
26759c8be1
22 changed files with 3 additions and 2286 deletions
|
@ -39,7 +39,6 @@ void ParticleEffect::setDie(bool v)
|
|||
|
||||
void ParticleEffect::load(const std::string &name)
|
||||
{
|
||||
BBGE_PROF(ParticleEffect_load);
|
||||
particleManager->loadParticleEffectFromBank(name, this);
|
||||
}
|
||||
|
||||
|
@ -443,8 +442,6 @@ void ParticleEffect::stop()
|
|||
|
||||
void ParticleEffect::onRender()
|
||||
{
|
||||
BBGE_PROF(ParticleEffect_onRender);
|
||||
|
||||
RenderObject::onRender();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue