mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-23 01:44:22 +00:00
Minor code modernisations.
This commit is contained in:
parent
f3b46c9a2f
commit
b2e5ef2bd6
17 changed files with 104 additions and 96 deletions
|
|
@ -1521,7 +1521,7 @@ public:
|
|||
void drawGlyph (LLGCSavedState& state, Image& image, const Font& font, const int glyphNumber, float x, float y) throw()
|
||||
{
|
||||
++accessCounter;
|
||||
int oldestCounter = INT_MAX;
|
||||
int oldestCounter = std::numeric_limits<int>::max();
|
||||
CachedGlyph* oldest = 0;
|
||||
|
||||
for (int i = glyphs.size(); --i >= 0;)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue