mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-04 10:40:09 -06:00
Fixes for Windows
Fixing shader paths for fieldlines rendering Update Kameleon to work with MSVC 2015 fix
This commit is contained in:
@@ -299,7 +299,7 @@ void RenderableTrail::fullYearSweep(double time) {
|
||||
catch (const SpiceManager::SpiceException& e) {
|
||||
// This fires for PLUTO BARYCENTER and SUN and uses the only value sometimes?
|
||||
// ---abock
|
||||
// LERROR(e.what());
|
||||
LERROR(e.what());
|
||||
}
|
||||
|
||||
psc pscPos = PowerScaledCoordinate::CreatePowerScaledCoordinate(p.x, p.y, p.z);
|
||||
|
||||
Reference in New Issue
Block a user