improve grid panel
This commit is contained in:
@@ -373,7 +373,7 @@ void App::init()
|
||||
title_update();
|
||||
|
||||
GLfloat width_range[2];
|
||||
glGetFloatv(GL_ALIASED_LINE_WIDTH_RANGE, width_range);
|
||||
glGetFloatv(GL_SMOOTH_LINE_WIDTH_RANGE, width_range);
|
||||
LOG("GL line range: %f - %f", width_range[0], width_range[1]);
|
||||
LOG("Screen Size: %f %f", width, height);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user