mirror of
https://github.com/Rezmason/matrix.git
synced 2026-04-14 12:29:30 -07:00
The lkg object shouldn't be retrieved from the device or spoofed unless holoplay is enabled.
This commit is contained in:
@@ -76,6 +76,7 @@ const defaults = {
|
||||
resolution: 1, // An overall scale multiplier
|
||||
useHalfFloat: false,
|
||||
renderer: "webgpu", // The preferred web graphics API
|
||||
useHoloplay: false,
|
||||
};
|
||||
|
||||
const versions = {
|
||||
@@ -229,6 +230,7 @@ const versions = {
|
||||
volumetric: true,
|
||||
forwardSpeed: 0,
|
||||
density: 3,
|
||||
useHoloplay: true,
|
||||
},
|
||||
};
|
||||
versions.throwback = versions.operator;
|
||||
|
||||
Reference in New Issue
Block a user