mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-22 12:11:25 +00:00
Adjust the light probe assets to better aid debugging
This commit is contained in:
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 |
|
@ -3,7 +3,7 @@ class LightProbe : Actor native
|
|||
States
|
||||
{
|
||||
Spawn:
|
||||
LPRO A -1 Bright;
|
||||
LPRO A -1;
|
||||
Stop;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue