mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-09 05:28:09 +08:00
Ref T270, improved setup/logger handling
* utility functions to enable logging * logger access and access to log messages
This commit is contained in:
@@ -58,7 +58,7 @@ namespace BlackMisc
|
||||
bool logInterpolation() const { return m_logInterpolation; }
|
||||
|
||||
//! Log.interpolation
|
||||
void setLogInterpolation(bool log) { m_logInterpolation = log; }
|
||||
bool setLogInterpolation(bool log);
|
||||
|
||||
//! Full interpolation (skip optimizations like checking if aircraft moves etc.)
|
||||
bool isForcingVtolInterpolation() const { return m_forceVtolInterpolation; }
|
||||
|
||||
Reference in New Issue
Block a user