summaryrefslogtreecommitdiffhomepage
path: root/Boot/BootKit/Vendor
diff options
context:
space:
mode:
Diffstat (limited to 'Boot/BootKit/Vendor')
-rw-r--r--Boot/BootKit/Vendor/Qr.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/Boot/BootKit/Vendor/Qr.hxx b/Boot/BootKit/Vendor/Qr.hxx
index bb560878..9f32430d 100644
--- a/Boot/BootKit/Vendor/Qr.hxx
+++ b/Boot/BootKit/Vendor/Qr.hxx
@@ -371,8 +371,8 @@ namespace qr
{
for (int x = 0; x < (this->side_size()); ++x)
{
- GXDraw(
- (this->module(x, y) ? RGB(00, 00, 00) : RGB(FF, FF, FF)),
+ CGDrawInRegion(
+ (this->module(x, y) ? RGB(00, 00, 00) : RGB(0xFF, 0xFF, 0xFF)),
1, 1,
x + whereX, y + whereY);
}