mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 13:01:52 +00:00
Start of gamma correction
This commit is contained in:
@@ -529,7 +529,9 @@ namespace Sandbox
|
||||
{
|
||||
public this()
|
||||
{
|
||||
#if SANDBOX_2D
|
||||
#if GAMMA_TEST
|
||||
PushLayer(new GammaTestLayer());
|
||||
#elif SANDBOX_2D
|
||||
PushLayer(new ExampleLayer2D());
|
||||
#else
|
||||
PushLayer(new ExampleLayer());
|
||||
|
||||
Reference in New Issue
Block a user