Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Chen <[email protected]>
  • Loading branch information
iche033 committed Sep 16, 2023
1 parent 9544797 commit 5efa0dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ogre2/src/media/Hlms/Terra/gz/500.gz_Structs_piece_all.any
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion test/integration/projector.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit 5efa0dc

Please sign in to comment.