Skip to content

Commit

Permalink
Fix compilation with latest Lilu
Browse files Browse the repository at this point in the history
  • Loading branch information
vit9696 committed Dec 20, 2018
1 parent fa34fde commit 7790ca5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions WhateverGreen/kern_rad.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ RAD *RAD::callbackRAD;
void RAD::init() {
callbackRAD = this;

if (!currentPropProvider.init() || !currentLegacyPropProvider.init())
PANIC("rad", "failed to init prop provider storages");
currentPropProvider.init();
currentLegacyPropProvider.init();

// Certain displays do not support 32-bit colour output, so we have to force 24-bit.
if (getKernelVersion() >= KernelVersion::Sierra && checkKernelArgument("-rad24")) {
Expand Down

0 comments on commit 7790ca5

Please sign in to comment.