mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-04-04 22:42:28 +02:00
add comma before Newtonian Gravity in HUD
This commit is contained in:
parent
78c700a62b
commit
cd97d6364b
@ -153,7 +153,7 @@ public:
|
||||
void SwitchGravity();
|
||||
void SwitchAir();
|
||||
void ToggleAHeat();
|
||||
bool GetAHeatEnable();
|
||||
bool GetAHeatEnable();
|
||||
void ToggleNewtonianGravity();
|
||||
|
||||
bool LoadClipboard();
|
||||
|
@ -2330,7 +2330,7 @@ void GameView::OnDraw()
|
||||
sampleInfo << "X:" << sample.PositionX << " Y:" << sample.PositionY;
|
||||
|
||||
if (sample.Gravity)
|
||||
sampleInfo << " GX: " << sample.GravityVelocityX << " GY: " << sample.GravityVelocityY;
|
||||
sampleInfo << ", GX: " << sample.GravityVelocityX << " GY: " << sample.GravityVelocityY;
|
||||
|
||||
if (c->GetAHeatEnable())
|
||||
sampleInfo << ", AHeat: " << std::fixed << sample.AirTemperature -273.15f << " C";
|
||||
|
Loading…
x
Reference in New Issue
Block a user