Remove redundant readonly qualifier

This commit is contained in:
nashmuhandes 2025-06-13 02:48:35 +08:00 committed by Nash Muhandes
commit beb6842e94

View file

@ -287,7 +287,7 @@ class Actor : Thinker native
meta Sound PushSound; // Sound being played when pushed by something
// VKDoom
meta readonly int ShadowCastingType;
meta int ShadowCastingType;
// todo: implement access to native meta properties.
// native meta int infighting_group;