ZDoom / gzdoom

GZDoom is a feature centric port for all Doom engine games, based on ZDoom, adding an OpenGL renderer and powerful scripting capabilities
http://zdoom.org
GNU General Public License v3.0
2.33k stars 528 forks source link

ZDRay specs fix #2522

Closed nashmuhandes closed 2 months ago

coelckers commented 2 months ago

Why the case change? UDMF is case insensitive.

nashmuhandes commented 2 months ago

Why the case change? UDMF is case insensitive.

To reduce code difference with VKDoom. The casing is SourceRadius on our side.