mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-03-22 15:05:03 +01:00
changed NULL use to c++11 compliant
This commit is contained in:
@@ -454,7 +454,7 @@ bool TSegment::RenderLoft( vertex_array &Output, Math3D::vector3 const &Origin,
|
||||
void TSegment::Render()
|
||||
{
|
||||
vector3 pt;
|
||||
GfxRenderer.Bind_Material( NULL );
|
||||
GfxRenderer.Bind_Material( null_handle );
|
||||
|
||||
if (bCurve)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user