facebookresearch / habitat-sim

A flexible, high-performance 3D simulator for Embodied AI research.
https://aihabitat.org/
MIT License
2.54k stars 414 forks source link

Minor fix in python viewer. #2282

Closed 0mdc closed 8 months ago

0mdc commented 8 months ago

Motivation and Context

This fixes an indentation errors in the python viewer that causes the batch renderer to execute multiple times. This is not an issue under normal usage.

How Has This Been Tested

Tested locally.

Types of changes