Skip to content

Commit 2051715

Browse files
authored
Update README.md
Add a missing space
1 parent 11b7fd5 commit 2051715

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
@@ -263,7 +263,7 @@ The first simplification algorithm, `meshopt_simplify`, follows the topology of
263263
float threshold = 0.2f;
264264
size_t target_index_count = size_t(index_count * threshold);
265265
float target_error = 1e-2f;
266-
unsigned int options = 0; //meshopt_SimplifyX flags, 0 is a safe default
266+
unsigned int options = 0; // meshopt_SimplifyX flags, 0 is a safe default
267267
268268
std::vector<unsigned int> lod(index_count);
269269
float lod_error = 0.f;

0 commit comments

Comments
 (0)