mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-11 22:10:07 -05:00
Minor fix removing a continuous warning when not simulating with a disk
Co-Authored-By: Emil Wallberg <49481622+EmilWallberg@users.noreply.github.com>
This commit is contained in:
@@ -190,7 +190,7 @@ namespace openspace {
|
||||
LWARNING("UniformCache is missing 'colorBVMap'");
|
||||
}
|
||||
|
||||
#ifdef M_Kerr
|
||||
#if M_Kerr
|
||||
ghoul::opengl::TextureUnit accretionDiskUnit;
|
||||
if (!bindTexture(_uniformCache.accretionDisk, accretionDiskUnit, _accretionDiskTexture)) {
|
||||
LWARNING("UniformCache is missing 'accretionDisk'");
|
||||
|
||||
Reference in New Issue
Block a user