Describe the bug
The Camera2D constructor without any parameters inits target and offset but not rotation and zoom which cause the camera to no work / to display blank screen
To Reproduce
Steps to reproduce the behavior:
Create a basic raylib app
Add a Camera2D without constructor params
See
Expected behavior
For the constructor without params of the Camera2D class to init all fields with default values
Describe the bug The Camera2D constructor without any parameters inits target and offset but not rotation and zoom which cause the camera to no work / to display blank screen
To Reproduce Steps to reproduce the behavior:
Expected behavior For the constructor without params of the Camera2D class to init all fields with default values