浏览代码

comment

opengl-renderer-broken
Martin Dørum 4 年前
父节点
当前提交
d0acee2297
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      libswan/src/Chunk.cc

+ 1
- 0
libswan/src/Chunk.cc 查看文件

@@ -101,6 +101,7 @@ void Chunk::render(const Context &ctx) {
tile = &ctx.world.getTileByID(id);
}

// TODO: Reimplement this for SDL
/*
const sf::Uint8 *imgptr = NULL;
//const sf::Uint8 *imgptr = tile->image->getPixelsPtr();

正在加载...
取消
保存