summaryrefslogtreecommitdiff
path: root/Source/Asura.Engine/Graphics/Shader.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Asura.Engine/Graphics/Shader.h')
-rw-r--r--Source/Asura.Engine/Graphics/Shader.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Asura.Engine/Graphics/Shader.h b/Source/Asura.Engine/Graphics/Shader.h
index 932cc42..103c7b7 100644
--- a/Source/Asura.Engine/Graphics/Shader.h
+++ b/Source/Asura.Engine/Graphics/Shader.h
@@ -11,7 +11,7 @@
#include "Math/Vector4.h"
#include "Math/Matrix44.h"
#include "StringMap.hpp"
-#include "Scripting/Portable.h"
+#include "scripting/portable.h"
#include "Color.h"
#include "Manager.hpp"
#include "Texture.h"
@@ -27,7 +27,7 @@ namespace AsuraEngine
/// ÿshaderͨshaderҵuniforms¶frameworkmaterialá
///
class Shader ASURA_FINAL
- : public Scripting::Portable
+ : public Scripting::Portable<Shader>
, public Filesystem::Reloadable
{
public: