mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-03-22 15:05:03 +01:00
opengl 3.3 renderer integration, minor renderer tweaks
This commit is contained in:
@@ -141,6 +141,8 @@ opengl_precipitation::update() {
|
||||
void
|
||||
opengl_precipitation::render() {
|
||||
|
||||
if( m_texture == null_handle ) { return; }
|
||||
|
||||
GfxRenderer->Bind_Texture( m_texture );
|
||||
|
||||
// cache entry state
|
||||
|
||||
Reference in New Issue
Block a user