If your using a material script make sure the scale is set to 1.
For example.
Code: Select all
material NameOfMaterial
{
technique
{
pass
{
lighting off
texture_unit
{
texture NameOfTexture.png
scale 1 1
}
}
}
}
