Skip to content

Commit

Permalink
works on ubuntu
Browse files Browse the repository at this point in the history
I've tested on Ubuntu, it works.
  • Loading branch information
wangg12 committed Jan 10, 2021
1 parent 9ddad1d commit 754471e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyrender/platforms/egl.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def __repr__(self):


class EGLPlatform(Platform):
"""Renders using EGL (not currently working on Ubuntu).
"""Renders using EGL.
"""

def __init__(self, viewport_width, viewport_height, device: EGLDevice = None):
Expand Down

0 comments on commit 754471e

Please sign in to comment.