Skip to content

Commit

Permalink
samples: Rename framerate limiter to refresh rate limiter
Browse files Browse the repository at this point in the history
  • Loading branch information
leikareipa committed Oct 3, 2020
1 parent f65b4bc commit 9861d5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,9 @@ class="selector-container"
<option value="vertex-shaders">Vertex shaders</option>
<optgroup label="Ideas"></optgroup>
<option value="first-person-camera">First person camera</option>
<option value="framerate-limiter">Framerate limiter</option>
<option value="lightmaps">Lightmaps</option>
<option value="raytraced-lighting">Ray-traced lighting</option>
<option value="framerate-limiter">Refresh rate limiter</option>
<?php if (is_file("./extra-samples.php")) include("./extra-samples.php");?>
</select>
</div>
Expand Down

0 comments on commit 9861d5f

Please sign in to comment.