mirror of
https://github.com/Almamu/linux-wallpaperengine.git
synced 2025-09-14 13:56:48 +08:00
Merge branch 'data-separation' of github.com:Almamu/linux-wallpaperengine into data-separation
This commit is contained in:
commit
4a1f91d548
@ -319,7 +319,7 @@ namespace WallpaperEngine::Render::Shaders
|
||||
this->ignoreSpaces (it);
|
||||
std::string name = this->extractName (it); BREAK_IF_ERROR
|
||||
this->ignoreSpaces (it);
|
||||
std::string array = this->extractArray (it); BREAK_IF_ERROR
|
||||
std::string array = this->extractArray (it, false); BREAK_IF_ERROR
|
||||
this->ignoreSpaces (it);
|
||||
this->expectSemicolon (it); BREAK_IF_ERROR
|
||||
this->ignoreSpaces (it);
|
||||
@ -353,7 +353,7 @@ namespace WallpaperEngine::Render::Shaders
|
||||
this->ignoreSpaces (it);
|
||||
std::string name = this->extractName (it); BREAK_IF_ERROR
|
||||
this->ignoreSpaces (it);
|
||||
std::string array = this->extractArray (it); BREAK_IF_ERROR
|
||||
std::string array = this->extractArray (it, false); BREAK_IF_ERROR
|
||||
this->ignoreSpaces (it);
|
||||
this->expectSemicolon (it); BREAK_IF_ERROR
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user