Fix Segmentation Fault & Formatting
This commit is contained in:
@@ -15,11 +15,11 @@
|
||||
|
||||
using std::string;
|
||||
|
||||
#define SCALE_SELECTED 1.2f
|
||||
#define SCALE_NORMAL 1.0f
|
||||
#define SCALE_SHRINK 0.75f
|
||||
#define SCALE_SELECTED_LARGE 1.7F
|
||||
#define SCALE_LARGE_NORMAL 1.5F
|
||||
#define SCALE_SELECTED 1.2f
|
||||
#define SCALE_NORMAL 1.0f
|
||||
#define SCALE_SHRINK 0.75f
|
||||
#define SCALE_SELECTED_LARGE 1.7f
|
||||
#define SCALE_LARGE_NORMAL 1.5f
|
||||
|
||||
class SimpleButton: public JGuiObject
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user