Fix android API

This commit is contained in:
Glenn Watson 2015-01-19 11:59:34 +10:00
parent fd5e77f23e
commit 213f8b8534

View file

@ -65,7 +65,7 @@ impl HeadlessContext {
} }
pub fn get_api(&self) -> ::Api { pub fn get_api(&self) -> ::Api {
::Api::OpenGl ::Api::OpenGlEs
} }
} }