forked from jaildesigner-jailgames/jaildoctors_dilemma
Corregits mil warnings de int a float
Corregit getDisplayInfo per al calcul del zoomMax
This commit is contained in:
@@ -22,8 +22,8 @@ enum class NotificationText {
|
||||
class Notifier {
|
||||
private:
|
||||
// Constantes
|
||||
static constexpr int ICON_SIZE_ = 16;
|
||||
static constexpr int PADDING_OUT_ = 0;
|
||||
static constexpr float ICON_SIZE_ = 16.0F;
|
||||
static constexpr float PADDING_OUT_ = 0.0F;
|
||||
|
||||
// [SINGLETON] Objeto notifier
|
||||
static Notifier* notifier_;
|
||||
|
||||
Reference in New Issue
Block a user