diff --git a/scene.h b/scene.h index 1f3eb01b3b..8d15ff86f1 100644 --- a/scene.h +++ b/scene.h @@ -67,7 +67,7 @@ class Scene // Whole screen will be painted with transformed geometry. PAINT_SCREEN_TRANSFORMED = 1 << 5, // Clear whole background as the very first step, without optimizing it - PAINT_SCREEN_BACKGROUND_FIRST = 1 << 6, + PAINT_SCREEN_BACKGROUND_FIRST = 1 << 6 }; // types of filtering available enum ImageFilterType { ImageFilterFast, ImageFilterGood };