Pre-resize fillparent
This commit is contained in:
@@ -16,7 +16,7 @@ namespace MathEngine {
|
||||
~cRandom();
|
||||
|
||||
public:
|
||||
///Functions
|
||||
/// Functions
|
||||
static cRandom& Inst();
|
||||
static void Delete();
|
||||
|
||||
@@ -26,7 +26,7 @@ namespace MathEngine {
|
||||
const float Rand( const float max, const float min = 0.0f ) const;
|
||||
|
||||
private:
|
||||
static cRandom* sp_inst;// = nullptr
|
||||
static cRandom* sp_inst;/// = nullptr
|
||||
};/// END CLASS DEFINITION cRandom
|
||||
}/// END NAMESPACE DEFINITION MathEngine
|
||||
#endif/// END IFNDEF _CRANDOM_HPP_
|
||||
Reference in New Issue
Block a user