Remove BufferedRendering enumerator name.

This commit is contained in:
The Dax 2013-07-29 05:10:37 -04:00
parent 5ef3a558ff
commit 83a255d413

View File

@ -55,7 +55,7 @@ enum {
};
enum BufferedRendering {
enum {
FB_NON_BUFFERED_MODE = 0,
FB_BUFFERED_MODE = 1,
#ifndef USING_GLES2