mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-07 19:30:44 +02:00
fixed typo
This commit is contained in:
parent
ae87ab3b79
commit
976732120e
2 changed files with 2 additions and 2 deletions
|
@ -554,7 +554,7 @@ void renderCircle(glm::vec3 position, float radius, glm::vec3 surfaceNormal, int
|
|||
}
|
||||
|
||||
|
||||
void renderBeverCornersRect(int x, int y, int width, int height, int bevelDistance) {
|
||||
void renderBevelCornersRect(int x, int y, int width, int height, int bevelDistance) {
|
||||
glBegin(GL_POLYGON);
|
||||
|
||||
// left side
|
||||
|
|
|
@ -74,7 +74,7 @@ void renderOrientationDirections( glm::vec3 position, const glm::quat& orientati
|
|||
void renderSphereOutline(glm::vec3 position, float radius, int numSides, glm::vec3 cameraPosition);
|
||||
void renderCircle(glm::vec3 position, float radius, glm::vec3 surfaceNormal, int numSides );
|
||||
void renderRoundedCornersRect(int x, int y, int width, int height, int radius, int numPointsCorner);
|
||||
void renderBeverCornersRect(int x, int y, int width, int height, int bevelDistance);
|
||||
void renderBevelCornersRect(int x, int y, int width, int height, int bevelDistance);
|
||||
|
||||
void runTimingTests();
|
||||
|
||||
|
|
Loading…
Reference in a new issue