-
Notifications
You must be signed in to change notification settings - Fork 42
Open
Description
OpenGL 4 has been deprecated in 4.23 and removed in 4.24. We might need to remove the -opengl
flag from the python side when we're launching the holodeck-engine. It failed to start up for me on version 4.24. I had to go to UnrealEngine/Engine/Config/BaseEngine.ini
and uncomment +TargetedRHIs=GLSL_430
. There's a deprecation warning right above that line (2060)