Fixed minor error in variable naming for template function
This commit is contained in:
+1
-1
@@ -26,7 +26,7 @@ params ["_stringParam", "_booleanParam"];
|
|||||||
|
|
||||||
// Import data based on provided parameters
|
// Import data based on provided parameters
|
||||||
private _stringVariable = _stringParam;
|
private _stringVariable = _stringParam;
|
||||||
private _booleanParam = _booleanParam;
|
private _booleanVariable = _booleanParam;
|
||||||
|
|
||||||
// Execute code
|
// Execute code
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user