diff options
author | chai <chaifix@163.com> | 2021-10-31 21:10:09 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-10-31 21:10:09 +0800 |
commit | 20577019253d0b2938fbf0057eed0bda72556e82 (patch) | |
tree | 482c0cb63edca56d1513e06c511e26cd1a2974c8 | |
parent | fb67e0d20264e615545e3af2b9fa8e18eb50526e (diff) |
*misc
-rw-r--r-- | Data/Resources/Shaders/Editor-Text.glsl | 2 | ||||
-rw-r--r-- | Documents/代码.xlsx | bin | 9235 -> 42793 bytes | |||
-rw-r--r-- | Editor/FileSystem/FileWatcher.h | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/Data/Resources/Shaders/Editor-Text.glsl b/Data/Resources/Shaders/Editor-Text.glsl index e20d36b..bc71fff 100644 --- a/Data/Resources/Shaders/Editor-Text.glsl +++ b/Data/Resources/Shaders/Editor-Text.glsl @@ -35,4 +35,4 @@ void main() vec4 sampled = vec4(1,1,1,texture(uiTex, uv).r); FragColor = sampled; } -FSH_END
\ No newline at end of file +FSH_END diff --git a/Documents/代码.xlsx b/Documents/代码.xlsx Binary files differindex 676d9d1..878e310 100644 --- a/Documents/代码.xlsx +++ b/Documents/代码.xlsx diff --git a/Editor/FileSystem/FileWatcher.h b/Editor/FileSystem/FileWatcher.h index 528fbe5..ff21e5e 100644 --- a/Editor/FileSystem/FileWatcher.h +++ b/Editor/FileSystem/FileWatcher.h @@ -13,4 +13,4 @@ private: std::string m_WorkingDirectory; -};
\ No newline at end of file +}; |