mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Fixed some merge-noise in NetworkGraphicsDemo
This commit is contained in:
parent
325aeb1fc8
commit
1601c907ae
1 changed files with 1 additions and 1 deletions
|
|
@ -405,7 +405,7 @@ struct FlockWithText : public FlockDemo
|
|||
String text = String (messages[currentMessage]).replace ("NUMDEVICES", String (canvas.clients.size()));
|
||||
|
||||
AttributedString as;
|
||||
as.append (text, Font(), String(), textSize * scale), Colour (0x80ffffff).withMultipliedAlpha (alpha));
|
||||
as.append (text, Font (textSize * scale), Colour (0x80ffffff).withMultipliedAlpha (alpha));
|
||||
|
||||
as.setJustification (Justification::centred);
|
||||
auto centre = canvas.clients[clientIndex % canvas.clients.size()].centre * scale;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue