Skip to content

Commit

Permalink
Fix bad rebase
Browse files Browse the repository at this point in the history
Signed-off-by: Matias N. Goldberg <dark_sylinc@yahoo.com.ar>
  • Loading branch information
darksylinc committed Jul 23, 2022
1 parent 775c423 commit 983638b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
// Ogre 2.2 should use outVs_clipDistanceN for compatibility with all
// APIs
// Rare case of geometry without normals.
outVs_clipDistance[@value(gz_spherical_clip_idx)] =
outVs_clipDistance@value(gz_spherical_clip_idx) =
distance( worldPos.xyz, passBuf.gzCameraPos.xyz ) -
passBuf.gzMinClipDistance;
@end
Expand Down

0 comments on commit 983638b

Please sign in to comment.