Fix several compile issues (#261)
Fixed several code issues. Mostly pedantic compiler warnings. But also a sign issue exposed by newer compilers (#228, #260)
This commit is contained in:
@@ -28,9 +28,6 @@
|
||||
|
||||
namespace
|
||||
{
|
||||
const double FONT_SCALE = 0.9;
|
||||
const int W_PTS_DEFAULT = 144;
|
||||
const int H_PTS_DEFAULT = 72;
|
||||
const double TWO_DIVIDED_BY_SQRT3 = 1.15470053837925152902;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user