(Libxenon) Changed texture size to 512x512 - stop libxenon development

for now - no double buffering/triple buffering available - return to
it when it's more mature
This commit is contained in:
TwinAphex51224 2011-12-16 18:54:12 +01:00
parent 034c7c70fb
commit cbfdc9cf97

View File

@ -31,8 +31,8 @@
#include "config.h"
#endif
#define XE_W 1024
#define XE_H 1024
#define XE_W 512
#define XE_H 512
#define UV_BOTTOM 0
#define UV_TOP 1