Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBartosz Taudul <wolf@nereid.pl>2021-02-11 02:30:41 +0300
committerBartosz Taudul <wolf@nereid.pl>2021-02-11 02:30:41 +0300
commitf0e1d77ebcd636878041aef827d533dfa4029542 (patch)
tree99f3182a7f4d88f79e0e33eb7c5a626a36403c50 /imgui/imstb_truetype.h
parent26a8ec39098f724945d44a2347f284252b3936b5 (diff)
Update imgui to 1.81 + docking.
Diffstat (limited to 'imgui/imstb_truetype.h')
-rw-r--r--imgui/imstb_truetype.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/imgui/imstb_truetype.h b/imgui/imstb_truetype.h
index b4bdbd86..fc815d74 100644
--- a/imgui/imstb_truetype.h
+++ b/imgui/imstb_truetype.h
@@ -4302,7 +4302,7 @@ static int stbtt__compute_crossings_x(float x, float y, int nverts, stbtt_vertex
int winding = 0;
orig[0] = x;
- //orig[1] = y; // [DEAR IMGUI] commmented double assignment
+ //orig[1] = y; // [DEAR IMGUI] commented double assignment
// make sure y never passes through a vertex of the shape
y_frac = (float) STBTT_fmod(y, 1.0f);