mirror of
https://github.com/JulianGro/overte.git
synced 2025-05-28 04:51:22 +02:00
typo fix
This commit is contained in:
parent
e129f88723
commit
8d9760ae0c
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ protected:
|
||||||
|
|
||||||
float _factor{ 2.0f };
|
float _factor{ 2.0f };
|
||||||
|
|
||||||
gpu::FramebufferPointer ToneMapAndResample::getResampledFrameBuffer(const gpu::FramebufferPointer& sourceFramebuffer);
|
gpu::FramebufferPointer getResampledFrameBuffer(const gpu::FramebufferPointer& sourceFramebuffer);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue