aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/demos/com/jogamp/opengl/demos/graph/ui/UIMediaGrid00.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/demos/com/jogamp/opengl/demos/graph/ui/UIMediaGrid00.java b/src/demos/com/jogamp/opengl/demos/graph/ui/UIMediaGrid00.java
index b12030e49..888a5bd28 100644
--- a/src/demos/com/jogamp/opengl/demos/graph/ui/UIMediaGrid00.java
+++ b/src/demos/com/jogamp/opengl/demos/graph/ui/UIMediaGrid00.java
@@ -213,7 +213,7 @@ public class UIMediaGrid00 {
final List<Shape> customCtrls = new ArrayList<Shape>();
{
- final Font fontSymbols = MediaPlayer.getSymbolsFont();
+ final Font fontSymbols = Scene.getSymbolsFont();
if( null == fontSymbols ) {
grid.addShape( new Rectangle(options.renderModes, 16f/9f, 1, 0.10f) );
return;