[LibGDX] [Solved] How to rotate a single texture in a spritebatch?

     All the methods that have the ability to rotate only take in Texture Regions not textures, and I really need to only rotate a single texture. If I just put in place a Texture in place of the texture region it doesn't work and spits out an error.