Gui: PR6497 move return statement to new line
This commit is contained in:
@@ -114,7 +114,8 @@ SoTextLabel::SoTextLabel()
|
||||
*/
|
||||
void SoTextLabel::GLRender(SoGLRenderAction *action)
|
||||
{
|
||||
if (!this->shouldGLRender(action)) return;
|
||||
if (!this->shouldGLRender(action))
|
||||
return;
|
||||
|
||||
// only draw text without background
|
||||
if (!this->background.getValue()) {
|
||||
|
||||
Reference in New Issue
Block a user