mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-03-22 15:05:03 +01:00
GLES fixes, update GLM, build fixes
This commit is contained in:
@@ -873,9 +873,7 @@ debug_panel::update_section_renderer( std::vector<text_line> &Output ) {
|
||||
|
||||
Output.emplace_back( textline, Global.UITextColor );
|
||||
|
||||
textline =
|
||||
std::string( "Rendering mode: " )
|
||||
+ ( "VBO (legacy)" );
|
||||
textline = "";
|
||||
if( false == Global.LastGLError.empty() ) {
|
||||
textline +=
|
||||
"Last openGL error: "
|
||||
|
||||
Reference in New Issue
Block a user