Skip to content

remove child variable that is duplicated from parent class

Created by: firefly2442

Please double check but I think this is correct. :)

  • The struct NewLineNode defines member variable with name line also defined in its parent struct Node.
  • The struct Surface defines member variable with name material also defined in its parent struct Geometry.
  • The struct Surface defines member variable with name material_owned also defined in its parent struct Geometry.

Merge request reports