Commit 01038afd authored by Dalai Felinto's avatar Dalai Felinto
Browse files

Display Message in white

parent 9caea720
......@@ -432,11 +432,13 @@ class VirtualRealityDisplayOperator(bpy.types.Operator):
"""
Message telling user to move the window the HMD display
"""
from bgl import glColor4f
window = context.window
width = window.width
height = window.height
#glColor4f(1.0, 1.0, 1.0, 1.0)
glColor4f(1.0, 1.0, 1.0, 1.0)
font_id = 0
# draw some text
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment