mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-05 19:19:39 -06:00
Miscellaneous changes (#3708)
* Add fov input for fisheye projections in launcher * Updated gitignore to ignore more necessary files * Fixed typos * Replace `add_definitions` with `add_compile_options` in CMakeLists for /MP /bigobj, which are not preprocessor defs * Fixes in TuioEar: add `override`; replace erroneous `unique_lock` with `lock_guard`; minor refactor --------- Co-authored-by: Alexander Bock <alexander.bock@liu.se>
This commit is contained in:
@@ -37,7 +37,7 @@ class Syncable;
|
||||
|
||||
/**
|
||||
* Manages a collection of `Syncable`s and ensures they are synchronized over SGCT nodes.
|
||||
* Encoding/Decoding order is handles internally.
|
||||
* Encoding/Decoding order is handled internally.
|
||||
*/
|
||||
class SyncEngine {
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user