Browse Source

fixed demo example

dmuratshin 10 years ago
parent
commit
1f37ee0995
2 changed files with 1 additions and 2 deletions
  1. 1 1
      examples/Demo/src/TestUserShader.h
  2. 0 1
      oxygine/src/core/system_data.cpp

+ 1 - 1
examples/Demo/src/TestUserShader.h

@@ -67,7 +67,7 @@ public:
     void _start(Actor& actor) OVERRIDE
     {
         actor.setName("zzz");
-        actor.setMaterial(this) ;
+        actor.setMaterial(this);
     }
 
     void _update(Actor& actor, const UpdateState& us)

File diff suppressed because it is too large
+ 0 - 1
oxygine/src/core/system_data.cpp


Some files were not shown because too many files changed in this diff