diff options
Diffstat (limited to 'scene/3d')
-rw-r--r-- | scene/3d/navigation_region.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scene/3d/navigation_region.h b/scene/3d/navigation_region.h index c6b2ea350f..f215e92c97 100644 --- a/scene/3d/navigation_region.h +++ b/scene/3d/navigation_region.h @@ -28,8 +28,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef navigation_region_H -#define navigation_region_H +#ifndef NAVIGATION_REGION_H +#define NAVIGATION_REGION_H #include "scene/3d/spatial.h" #include "scene/resources/mesh.h" @@ -72,4 +72,4 @@ public: ~NavigationRegion(); }; -#endif // navigation_region_H +#endif // NAVIGATION_REGION_H |