Remove unused camera exposure parameter
This commit is contained in:
parent
e7c157bb7b
commit
f787e04011
1 changed files with 0 additions and 1 deletions
|
@ -98,7 +98,6 @@ struct Light {
|
|||
struct Camera {
|
||||
float fov = 75.0f;
|
||||
float near = 0.1f;
|
||||
float exposure = 1.0f;
|
||||
|
||||
Matrix4x4 view, perspective;
|
||||
};
|
||||
|
|
Reference in a new issue