mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 13:36:48 +08:00
refs #478 minor improvements
* updated / clean-up of global property indexes * beta test function in CProject * typo in math utils
This commit is contained in:
committed by
Mathew Sutcliffe
parent
805ebb109b
commit
dff7ed5a90
@@ -100,7 +100,7 @@ namespace BlackMisc
|
||||
static double normalizeDegrees(double degrees);
|
||||
|
||||
//! Random number between low and high
|
||||
static int randomIntger(int low, int high)
|
||||
static int randomInteger(int low, int high)
|
||||
{
|
||||
return qrand() % ((high + 1) - low) + low;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user