Closed jaskiratsingh2000 closed 2 years ago
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue is now being closed due to a lack of activity. Feel free to reopen it.
Before this commit the parameter names within the SGObject Class were using
SG_ADD(&class_member, "name", "parameter description").
and with this the problem was that when changing the registered name (in this case "name") results in issues everytime there was refactoring of the parameters name. Hence to address this issue the class should register astatic constexpr std::string_view kParam = "name"
that should be used to register the class name which resolve this problem.Hence this Pull Request resolve this fix by committing the files within following folders as mentioned below
Feel free to suggest any changes required. Thanks! :smiley: