Skip to content

Commit 6b59ea0

Browse files
committed
Fix typo
1 parent 5f20394 commit 6b59ea0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Game developers are responsible for creating the acceleration structures and so
77
and how they can affect performance.
88

99
RRA allows the developer to visualize the bounding box hierarchies, and related scene geometries, via a standard rasterizer renderer or using
10-
a traveral counter view which will quickly hightlight areas of concern. Once identified, the developer can revisit their BVH generation strategy
10+
a traversal counter view which will quickly hightlight areas of concern. Once identified, the developer can revisit their BVH generation strategy
1111
to reduce performance bottlenecks.
1212

1313
## Getting Started

0 commit comments

Comments
 (0)