diff options
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/smxlink/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/smxlink/main.cpp b/tools/smxlink/main.cpp index ec6f707..8072274 100644 --- a/tools/smxlink/main.cpp +++ b/tools/smxlink/main.cpp @@ -314,7 +314,7 @@ int main(int argc, const char* argv[]) { prim = (PRIM_ID*)priptr; - if( smxPrimitive->IntAttribute( "double", 0 ) ) + if( smxPrimitive->IntAttribute( "double" ) ) prim->nocull = true; if( ( strcasecmp( "F3", primType ) == 0 ) || |
