mirror of
https://github.com/zoriya/ComSquare.git
synced 2025-12-19 13:45:11 +00:00
pr fixes
This commit is contained in:
@@ -142,8 +142,7 @@ namespace ComSquare::Debugger
|
||||
case 1: return this->setBpp(4);
|
||||
case 2: return this->setBpp(8);
|
||||
default:
|
||||
break;
|
||||
throw std::runtime_error("Invalid Index");
|
||||
}
|
||||
// TODO error handling
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user