Advertisement
Ancurio

Untitled

Oct 1st, 2014
264
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.34 KB | None | 0 0
  1. diff --git a/src/tilemapvx.cpp b/src/tilemapvx.cpp
  2. index bbd925d..0aaf9bd 100644
  3. --- a/src/tilemapvx.cpp
  4. +++ b/src/tilemapvx.cpp
  5. @@ -279,6 +279,8 @@ struct TilemapVXPrivate : public ViewportElement, TileAtlasVX::Reader
  6.     /* SceneElement */
  7.     void draw()
  8.     {
  9. +       return;
  10. +
  11.         ShaderBase *shader;
  12.  
  13.         if (!nullOrDisposed(bitmaps[BM_A1]))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement