mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 04:44:11 +02:00
use a better variable name
This commit is contained in:
parent
ef326a3851
commit
46e809bbb2
1 changed files with 3 additions and 3 deletions
|
@ -266,15 +266,15 @@ void EntityTreeRenderer::update(bool simulate) {
|
|||
if (scene) {
|
||||
render::Transaction transaction;
|
||||
{
|
||||
PerformanceTimer foo("add");
|
||||
PerformanceTimer pt("add");
|
||||
addPendingEntities(scene, transaction);
|
||||
}
|
||||
{
|
||||
PerformanceTimer foo("change");
|
||||
PerformanceTimer pt("change");
|
||||
updateChangedEntities(scene, transaction);
|
||||
}
|
||||
{
|
||||
PerformanceTimer foo("enqueue");
|
||||
PerformanceTimer pt("enqueue");
|
||||
scene->enqueueTransaction(transaction);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue