Remove GPU Commands constructor
This commit is contained in:
@@ -20,7 +20,7 @@ namespace object {
|
||||
|
||||
public:
|
||||
constexpr Paco() :
|
||||
tex_page(GPU::TexPage(
|
||||
tex_page(GPU::TexPage::create(
|
||||
{TIM.get_texture_x(), TIM.get_texture_y()},
|
||||
GPU::TexturePageColor::$4bit).linked()),
|
||||
sprite(GPU::SPRT(
|
||||
|
||||
Reference in New Issue
Block a user