From 5efa0dcf2362222db1594c49c26a12afa85f7603 Mon Sep 17 00:00:00 2001 From: Ian Chen Date: Fri, 15 Sep 2023 20:55:59 -0700 Subject: [PATCH] comments Signed-off-by: Ian Chen --- ogre2/src/media/Hlms/Terra/gz/500.gz_Structs_piece_all.any | 2 +- test/integration/projector.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ogre2/src/media/Hlms/Terra/gz/500.gz_Structs_piece_all.any b/ogre2/src/media/Hlms/Terra/gz/500.gz_Structs_piece_all.any index 72ddbe697..659d3bce2 100644 --- a/ogre2/src/media/Hlms/Terra/gz/500.gz_Structs_piece_all.any +++ b/ogre2/src/media/Hlms/Terra/gz/500.gz_Structs_piece_all.any @@ -9,6 +9,6 @@ @piece( custom_VStoPS_terra ) INTERPOLANT( float localHeight, @counter(texcoord) ); - // added to prevent crash when decals are in the scene + // added to prevent crash when decals are in the scene INTERPOLANT( float3 normal, @counter(texcoord) ); @end diff --git a/test/integration/projector.cc b/test/integration/projector.cc index 4026c5364..4fc2d0676 100644 --- a/test/integration/projector.cc +++ b/test/integration/projector.cc @@ -208,7 +208,7 @@ TEST_F(ProjectorTest, GZ_UTILS_TEST_DISABLED_ON_WIN32(Heightmap)) cameraA->SetImageHeight(256); root->AddChild(cameraA); - // create projectors with different visibility flags + // create projector std::string textureRed = common::joinPaths( TEST_MEDIA_PATH, "materials", "textures", "red_texture.png");