Warning error on compile

So I get this warning while compiling, it doesn’t seem to effect the aircraft
at all. Has anyone seen it before ? looks like its a texture mapping error
maybe ?

Hello @Rara_Avis_sims As indicated here:
https://docs.flightsimulator.com/html/Asset_Creation/3D_Models/General_Principles.htm
, UVs are stored in 2 byte floating point numbers so any value outside the
[-65504;65504] will be clamped. Make sure your UVs are in that range. Regards,
Sylvain