RobLoach / raylib-cpp

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

Raylib has moved and removed 5 functions #232

Closed pkeir closed 1 year ago

pkeir commented 1 year ago

In November Raylib either moved (to examples) or removed ::DrawCubeTexture(), ::DrawCubeTextureRec(), ::DrawTextureTiled(), ::DrawTextureQuad() and ::DrawTexturePoly() from raylib.h. (See here.)

In raylib-cpp these functions are used in TextureUnmanaged.hpp and Vector3.hpp.

RobLoach commented 1 year ago

While raylib-cpp targets 4.2 currently, I think it's okay if we remove those functions entirely. Mind sending a Pull Request?

pkeir commented 1 year ago

No problem. That's it now.

RobLoach commented 1 year ago

Thanks so much :+1: