I used SpriteBatch.draw();
The results are very nice if camera.zoom = 1f
I tried the camera zoom documentation following these instructions: https://libgdx.com/wiki/graphics/2d/orthographic-camera
But the results show that the image is missing like the picture? How do I fix it?
It only crashes when my camera is in real numbers, when the camera zoom is in integers there is no problem.