mirror of
https://github.com/love2d/love.git
synced 2026-08-16 16:20:42 +02:00
C++11 VLA usage removed, prettifyed naming.
--HG-- branch : minor
This commit is contained in:
@@ -228,12 +228,12 @@ private:
|
||||
|
||||
Filter *directfilter = nullptr;
|
||||
|
||||
struct effectmapStorage
|
||||
struct EffectMapStorage
|
||||
{
|
||||
Filter *filter;
|
||||
ALuint slot, target;
|
||||
};
|
||||
std::map<std::string, struct effectmapStorage> effectmap;
|
||||
std::map<std::string, struct EffectMapStorage> effectmap;
|
||||
std::stack<ALuint> slotlist;
|
||||
}; // Source
|
||||
|
||||
|
||||
Reference in New Issue
Block a user