- ambits en la consola
- verifica que la habitacio de debug.yaml existisca
This commit is contained in:
@@ -444,3 +444,7 @@ auto Console::getVisibleHeight() -> int {
|
||||
if (status_ == Status::HIDDEN) { return 0; }
|
||||
return static_cast<int>(y_ + height_);
|
||||
}
|
||||
|
||||
// Scope de comandos
|
||||
void Console::setScope(const std::string& scope) { registry_.setScope(scope); }
|
||||
auto Console::getScope() const -> std::string { return registry_.getScope(); }
|
||||
|
||||
Reference in New Issue
Block a user