Let $f:[0,1] \to \mathbb R$ be bounded and $$ f_\odot :[0,1] \to \mathbb R: x \mapsto \sup \{f(y) : y \in [x,1] \} $$ This is well defined since $f$ is bouned.
Claim: If $f$ is continuous then $f_\odot$, too.
I begun as follows: Let $x_0 \in [0,1]$ and $\epsilon > 0$. First: Find $y_0 \in [x_0,1]$ s.t. $f_\odot(x_0) - \epsilon < f(y_0) \leq f_\odot(x_0)$. Then using continuity of $f$ I get a $\delta > 0$ s.t. $\forall a \in (y_0-\delta,y_0+\delta) : f(y_0) - \epsilon < f(a) < f(y_0) + \epsilon$ and thus also $|f(a)-f_\odot(x_0)|<2\epsilon$ for $a \in (y_0-\delta,y_0+\delta)$. Now I get suck. I think that this $\delta$ also works for $f_\odot$ somehow but can't figure it out.