Adjust the light probe assets to better aid debugging

This commit is contained in:
nashmuhandes 2021-09-26 01:20:10 +08:00
parent e0ea5e3b55
commit b3a2b9b2a5
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

View file

@ -3,7 +3,7 @@ class LightProbe : Actor native
States
{
Spawn:
LPRO A -1 Bright;
LPRO A -1;
Stop;
}
}