mirror of
https://github.com/lubosz/overte.git
synced 2025-04-08 07:22:43 +02:00
Added missing space before {
This commit is contained in:
parent
7b35d99a63
commit
00a2013b60
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ namespace model {
|
|||
Parameters() {}
|
||||
};
|
||||
|
||||
UniformBufferView _hazeParametersBuffer{ nullptr };
|
||||
UniformBufferView _hazeParametersBuffer { nullptr };
|
||||
};
|
||||
|
||||
using HazePointer = std::shared_ptr<Haze>;
|
||||
|
|
Loading…
Reference in a new issue