RobLoach / raylib-cpp

C++ Object Oriented Wrapper for raylib
https://robloach.github.io/raylib-cpp/
zlib License
630 stars 79 forks source link

Changing access modifiers to `protected` #259

Closed Bigfoot71 closed 11 months ago

Bigfoot71 commented 11 months ago

I suggest changing the access modifier of the member functions set() from private to protected because using this function can be beneficial and avoids casting on this in cases where one is writing classes that inherit.

RobLoach commented 11 months ago

Down with this