paletes
This commit is contained in:
@@ -35,12 +35,8 @@ auto RenderInfo::get() -> RenderInfo* {
|
||||
return RenderInfo::render_info;
|
||||
}
|
||||
|
||||
// Constructor: en DEBUG se activa inmediatamente (notifica a Notifier del offset)
|
||||
RenderInfo::RenderInfo() {
|
||||
#ifdef _DEBUG
|
||||
toggle();
|
||||
#endif
|
||||
}
|
||||
// Constructor: arranca oculto; quien quiera activarlo debe llamar a toggle()
|
||||
RenderInfo::RenderInfo() = default;
|
||||
|
||||
// Actualiza la animación de entrada/salida del overlay
|
||||
void RenderInfo::update(float delta_time) {
|
||||
|
||||
Reference in New Issue
Block a user