mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-01-23 17:43:08 -05:00
Version 0.6.
This commit is contained in:
parent
9e341c875e
commit
aa115515fc
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ namespace ClassicalSharp {
|
|||
|
||||
public static class Utils {
|
||||
|
||||
public static string AppName = "ClassicalSharp 0.5";
|
||||
public static string AppName = "ClassicalSharp 0.6";
|
||||
|
||||
public static void Clamp( ref float value, float min, float max ) {
|
||||
if( value < min ) value = min;
|
||||
|
|
Loading…
Add table
Reference in a new issue