(3dc4135ce) v0.9.5.1
This commit is contained in:
@@ -269,6 +269,7 @@ namespace Barotrauma
|
||||
|
||||
public static string SecondsToReadableTime(float seconds)
|
||||
{
|
||||
//TODO: localize time format
|
||||
int s = (int)(seconds % 60.0f);
|
||||
if (seconds < 60.0f)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user