~starkingdoms/starkingdoms

135792ca4ae934d7fc899821c1154b0badf974ae — c0repwn3r 2 years ago 63975cc
this was the entire problem with the renderer, the entire time
1 files changed, 1 insertions(+), 1 deletions(-)

M server/src/planet.rs
M server/src/planet.rs => server/src/planet.rs +1 -1
@@ 75,7 75,7 @@ impl Planets {
                planet_type: planet.planet_type,
                x: planet.position.0 * SCALE,
                y: planet.position.1 * SCALE,
                radius: planet.radius * SCALE,
                radius: planet.radius, // DO NOT * SCALE
            });
        }