summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Data/Resources/Shaders/Editor-Text.glsl2
-rw-r--r--Documents/代码.xlsxbin9235 -> 42793 bytes
-rw-r--r--Editor/FileSystem/FileWatcher.h2
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
index 676d9d1..878e310 100644
--- a/Documents/代码.xlsx
+++ b/Documents/代码.xlsx
Binary files differ
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
+};